Skip to content

Commit

Permalink
CI: fix dist job's access to bin/pack.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Feb 3, 2024
1 parent 3905a4f commit 460189e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Cache UPX
id: cache-upx
uses: actions/cache@v4
Expand All @@ -59,7 +61,7 @@ jobs:
with:
merge-multiple: true

- name: Pack binaries with upx
- name: Pack binaries with UPX
run: bash bin/pack.sh

- name: Upload merged distribution
Expand Down

0 comments on commit 460189e

Please sign in to comment.