Skip to content

Commit

Permalink
CI: fix download-artifact configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Feb 3, 2024
1 parent 122b24c commit 8af8fdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:

- name: Download platform binaries
uses: actions/download-artifact@v4
merge-multiple: true
with:
merge-multiple: true

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

0 comments on commit 8af8fdc

Please sign in to comment.