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 3a83be9 commit 6738d92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/${{ matrix.target }}/release/ftzz
asset_name: ftzz-${{ matrix.target }}
asset_name: ${{ matrix.target }}-ftzz
tag: ${{ github.ref }}
- name: Upload binary
if: matrix.os == 'windows-latest'
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/${{ matrix.target }}/release/ftzz.exe
asset_name: ftzz-${{ matrix.target }}.exe
asset_name: ${{ matrix.target }}-ftzz.exe
tag: ${{ github.ref }}

0 comments on commit 6738d92

Please sign in to comment.