Skip to content

Commit

Permalink
feat: upload arm64 dmg separately
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Nov 13, 2024
1 parent a4acd2f commit 1d77c09
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d77c09

Please sign in to comment.