Skip to content

Commit

Permalink
Specify the runner arch for the uploaded artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed Aug 7, 2024
1 parent f95f4c7 commit 74f920a
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 @@ -112,7 +112,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: build-${{runner.os}}
name: build-${{runner.os}}-${{runner.arch}}
path: target/build-package/archives/*.tar.gz

publish-release:
Expand Down

0 comments on commit 74f920a

Please sign in to comment.