Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee authored Jun 16, 2022
1 parent 6865f7c commit 482d175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ jobs:
- name: Linux package staticx GYB
if: runner.os == 'Linux' && matrix.goal != 'test'
run: |
GYB_ARCHIVE="gyb-${GYBVERSION}-linux-x86_64-legacy.tar.xz"
GYB_ARCHIVE="gyb-${GYBVERSION}-linux--$(uname -m)-legacy.tar.xz"
tar cfJ $GYB_ARCHIVE gyb/
- name: MacOS package GYB
Expand Down

0 comments on commit 482d175

Please sign in to comment.