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 3f3d5f1 commit b1df4c3
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 @@ -40,7 +40,7 @@ jobs:
run: echo "ext=$(if [[ '${{ matrix.runner }}' == windows* ]]; then echo '.exe'; else echo ''; fi)" >> $GITHUB_ENV

- 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 b1df4c3

Please sign in to comment.