Skip to content

Commit 1d77c09

Browse files
committed
feat: upload arm64 dmg separately
1 parent a4acd2f commit 1d77c09

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,21 +127,22 @@ jobs:
127127
with:
128128
name: ${{ matrix.os }}
129129
path: |
130+
out/make/**/*.dmg
130131
out/make/**/*.zip
131132
out/make/**/*.exe
132133
out/make/**/*.AppImage
133134
out/make/**/*.yml
134135
retention-days: 90
135136

136-
- name: Upload file (dmg)
137+
- name: Upload file (arm64.dmg)
137138
uses: actions/upload-artifact@v4
138139
if: matrix.os == 'macos-latest'
139140
env:
140141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
141142
with:
142-
name: macos-dmg
143+
name: macos-arm64-dmg
143144
path: |
144-
out/make/**/*.dmg
145+
out/make/**/*arm64.dmg
145146
retention-days: 90
146147

147148
- name: Generate artifact attestation

0 commit comments

Comments
 (0)