Skip to content

Commit

Permalink
Swap binary name and arch for better sorting
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Aug 4, 2024
1 parent 527cee9 commit 86cc74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/${{ matrix.target }}/release/forkfs
asset_name: forkfs-${{ matrix.target }}
asset_name: ${{ matrix.target }}-forkfs
tag: ${{ github.ref }}

0 comments on commit 86cc74f

Please sign in to comment.