Skip to content

Commit edf7618

Browse files
authored
Merge pull request #51 from mkantor/more-specific-artifact-names
Include CPU architecture in built artifact names.
2 parents db26b99 + cf60597 commit edf7618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
- macos-latest
5454
include:
5555
- os: macos-latest
56-
artifact_prefix: macos
56+
artifact_prefix: macos-x86-64
5757
target: x86_64-apple-darwin
5858
- os: ubuntu-latest
59-
artifact_prefix: linux
59+
artifact_prefix: linux-x86-64
6060
target: x86_64-unknown-linux-gnu
6161
steps:
6262
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)