Skip to content

Commit

Permalink
Use dynamic artifact name to work around issue with v4 uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
koalaman committed Aug 20, 2024
1 parent 15f132e commit c7611df
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 @@ -65,7 +65,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: bin
name: ${{matrix.build}}.bin
path: bin/

package_binary:
Expand Down

0 comments on commit c7611df

Please sign in to comment.