Skip to content

Commit

Permalink
fix if check
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Giganticus committed Apr 6, 2024
1 parent 2b0d52c commit b0b315c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
${{ secrets.LINKS }}
cargo build --release
- name: Upload syatisetup
if: ${{runner.os}} == 'Windows'
if: runner.os == 'Windows'
uses: actions/[email protected]
with:
name: ${{matrix.os}}
Expand Down

0 comments on commit b0b315c

Please sign in to comment.