Skip to content

Commit

Permalink
[CI] ensure binary artifact #5
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebsguedes committed Oct 16, 2024
1 parent b32cffd commit ce59ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
id: copy
shell: bash
run: |
cp target/${{ matrix.target }}/release/sfcp sfcp
cp target/${{ matrix.target }}/release-no-debug/sfcp sfcp
echo "path=sfcp" >> $GITHUB_OUTPUT
- env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit ce59ca5

Please sign in to comment.