Skip to content

Commit 5e665d5

Browse files
committed
ci: include architecture in artifact names for build and release workflows
1 parent 6b611ca commit 5e665d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-sponsored.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Upload artifacts
5757
uses: actions/upload-artifact@v4
5858
with:
59-
name: sponsored-${{ matrix.platform }}-${{ github.ref_name }}
59+
name: sponsored-${{ matrix.platform }}-${{ matrix.arch }}-${{ github.ref_name }}
6060
path: |
6161
dist/*.dmg
6262
dist/*.pkg

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Upload artifacts
6464
uses: actions/upload-artifact@v4
6565
with:
66-
name: masscode-${{ matrix.platform }}-${{ github.ref_name || inputs.tag }}
66+
name: masscode-${{ matrix.platform }}-${{ matrix.arch }}-${{ github.ref_name || inputs.tag }}
6767
path: |
6868
dist/*.dmg
6969
dist/*.pkg

0 commit comments

Comments
 (0)