Skip to content

Commit 74f920a

Browse files
committed
Specify the runner arch for the uploaded artifacts
1 parent f95f4c7 commit 74f920a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Upload artifact
113113
uses: actions/upload-artifact@v4
114114
with:
115-
name: build-${{runner.os}}
115+
name: build-${{runner.os}}-${{runner.arch}}
116116
path: target/build-package/archives/*.tar.gz
117117

118118
publish-release:

0 commit comments

Comments
 (0)