feat: upload arm64 dmg separately

This commit is contained in:
DIYgod 2024-11-14 00:06:12 +08:00
parent a4acd2fb65
commit 1d77c092ce
No known key found for this signature in database
1 changed files with 4 additions and 3 deletions

View File

@ -127,21 +127,22 @@ jobs:
with:
name: ${{ matrix.os }}
path: |
out/make/**/*.dmg
out/make/**/*.zip
out/make/**/*.exe
out/make/**/*.AppImage
out/make/**/*.yml
retention-days: 90
- name: Upload file (dmg)
- name: Upload file (arm64.dmg)
uses: actions/upload-artifact@v4
if: matrix.os == 'macos-latest'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: macos-dmg
name: macos-arm64-dmg
path: |
out/make/**/*.dmg
out/make/**/*arm64.dmg
retention-days: 90
- name: Generate artifact attestation