Skip to content

Commit

Permalink
ci: correct name of the executable
Browse files Browse the repository at this point in the history
  • Loading branch information
llogick committed Nov 24, 2024
1 parent 3c1694f commit e36d237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
name: zigscient
path: zigscient
- name: Get project version
run: echo "PROJECT_VERSION=$(zigscient/zigscient-x86_64-linux-gnu version)" >> $GITHUB_ENV
run: echo "PROJECT_VERSION=$(zigscient/zigscient-x86_64-linux version)" >> $GITHUB_ENV
- name: Create zips
run: |
cd zigscient
Expand Down

0 comments on commit e36d237

Please sign in to comment.