We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b611ca commit 5e665d5Copy full SHA for 5e665d5
.github/workflows/build-sponsored.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Upload artifacts
57
uses: actions/upload-artifact@v4
58
with:
59
- name: sponsored-${{ matrix.platform }}-${{ github.ref_name }}
+ name: sponsored-${{ matrix.platform }}-${{ matrix.arch }}-${{ github.ref_name }}
60
path: |
61
dist/*.dmg
62
dist/*.pkg
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
- name: masscode-${{ matrix.platform }}-${{ github.ref_name || inputs.tag }}
+ name: masscode-${{ matrix.platform }}-${{ matrix.arch }}-${{ github.ref_name || inputs.tag }}
67
68
69
0 commit comments