We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 695ba77 commit 2ef6c3cCopy full SHA for 2ef6c3c
.github/workflows/release.yml
@@ -91,12 +91,12 @@ jobs:
91
# name: aarch64-apple-darwin.tar.gz
92
# command: build
93
94
- - release_for: x86_64 Windows
95
- os: windows-latest
96
- target: x86_64-pc-windows-msvc
97
- bin: replex.exe
98
- name: precious-Windows-x86_64.zip
99
- command: build
+ #- release_for: x86_64 Windows
+ # os: windows-latest
+ # target: x86_64-pc-windows-msvc
+ # bin: replex.exe
+ # name: precious-Windows-x86_64.zip
+ # command: build
100
101
runs-on: ${{ matrix.platform.os }}
102
needs:
0 commit comments