From 2f9b6b8aab351689dc261051fa8b63440bc5ee15 Mon Sep 17 00:00:00 2001 From: Jonatan Heyman Date: Mon, 7 Oct 2024 13:01:40 +0200 Subject: [PATCH] Fix artifact file name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eaf16bc..fc4cbf6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: if: ${{ matrix.os == 'macos-latest' }} uses: actions/upload-artifact@v3 with: - name: heynote-mac-universal-${{ github.sha }} + name: heynote-mac-arm64-${{ github.sha }} path: release/*/Heynote_*_arm64.dmg retention-days: 30