Skip to content

Commit 01aba63

Browse files
committed
Fix github actions
1 parent af92fa1 commit 01aba63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7z a ../../../${{ matrix.name }} image-editor.exe
7575
cd -
7676
- name: Prepare build artifacts [-nix]
77-
if: matrix.os != 'windows_latest'
77+
if: matrix.os != 'windows-latest'
7878
run: |
7979
cd target/${{ matrix.target }}/release
8080
strip image-editor

0 commit comments

Comments
 (0)