File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,18 @@ jobs:
1919 runs-on : ${{ matrix.os }}
2020 strategy :
2121 matrix :
22- build : [linux, macos, windows]
22+ build : [linux, macos]
23+ # build: [linux, macos, windows]
2324 include :
2425 - build : linux
2526 os : ubuntu-latest
2627 rust : 1.46.0
2728 - build : macos
2829 os : macos-latest
2930 rust : 1.46.0
30- - build : windows
31- os : windows-latest
32- rust : 1.46.0
31+ # - build: windows
32+ # os: windows-latest
33+ # rust: 1.46.0
3334
3435 steps :
3536 - uses : actions/checkout@v1
5152 run : 7z a -ttar -so -an ./bins/target/release/${{ env.RELEASE_BIN }} ${{ env.RELEASE_ADDS }} | 7z a -si ./artifacts/${{ env.RELEASE_BIN }}-linux-x86_64.tar.gz
5253 if : matrix.os == 'ubuntu-latest'
5354
54- - name : Create archive for Windows
55- run : 7z a -tzip ./artifacts/${{ env.RELEASE_BIN }}-windows-x86_64.zip ./bins/target/release/${{ env.RELEASE_BIN }}.exe ${{ env.RELEASE_ADDS }}
56- if : matrix.os == 'windows-latest'
55+ # - name: Create archive for Windows
56+ # run: 7z a -tzip ./artifacts/${{ env.RELEASE_BIN }}-windows-x86_64.zip ./bins/target/release/${{ env.RELEASE_BIN }}.exe ${{ env.RELEASE_ADDS }}
57+ # if: matrix.os == 'windows-latest'
5758
5859 - name : Install p7zip
5960 # 7Zip not available on MacOS, install p7zip via homebrew.
You can’t perform that action at this time.
0 commit comments