Skip to content

Commit

Permalink
Name the zips with architectures consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Oct 27, 2024
1 parent a61fcbe commit 39ebbc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
matrix:
include:
- os: ubuntu-latest
name: linux
name: linux-x64
dir_build: ./build
file_name: clap-info
run_test: true
Expand All @@ -44,7 +44,7 @@ jobs:
run_test: true

- os: windows-latest
name: win
name: win-x64
dir_build: ./build/Release
file_name: clap-info
file_ext: .exe
Expand Down

0 comments on commit 39ebbc4

Please sign in to comment.