We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af92fa1 commit 01aba63Copy full SHA for 01aba63
.github/workflows/rust.yml
@@ -74,7 +74,7 @@ jobs:
74
7z a ../../../${{ matrix.name }} image-editor.exe
75
cd -
76
- name: Prepare build artifacts [-nix]
77
- if: matrix.os != 'windows_latest'
+ if: matrix.os != 'windows-latest'
78
run: |
79
cd target/${{ matrix.target }}/release
80
strip image-editor
0 commit comments