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 a4acd2f commit 1d77c09Copy full SHA for 1d77c09
.github/workflows/build.yml
@@ -127,21 +127,22 @@ jobs:
127
with:
128
name: ${{ matrix.os }}
129
path: |
130
+ out/make/**/*.dmg
131
out/make/**/*.zip
132
out/make/**/*.exe
133
out/make/**/*.AppImage
134
out/make/**/*.yml
135
retention-days: 90
136
- - name: Upload file (dmg)
137
+ - name: Upload file (arm64.dmg)
138
uses: actions/upload-artifact@v4
139
if: matrix.os == 'macos-latest'
140
env:
141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
142
- name: macos-dmg
143
+ name: macos-arm64-dmg
144
- out/make/**/*.dmg
145
+ out/make/**/*arm64.dmg
146
147
148
- name: Generate artifact attestation
0 commit comments