From 1d77c092ce18fbabe6cfbbd21d9a96e3445795da Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 14 Nov 2024 00:06:12 +0800 Subject: [PATCH] feat: upload arm64 dmg separately --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 510b2af9df..882e633196 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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