Skip to content

Commit

Permalink
binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Jul 13, 2024
1 parent 5781883 commit a704bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
shell: bash

- name: upload binary
if: {{ ! startsWith(matrix.runner, 'windows') }}
if: ${{ !startsWith(matrix.runner, 'windows') }}
uses: actions/upload-artifact@v4
with:
name: syncoxiders_${{ matrix.runner }}
Expand Down

0 comments on commit a704bff

Please sign in to comment.