From 3270e6d82bf6aba1d5df2ff59fc2ca9219a60c80 Mon Sep 17 00:00:00 2001 From: phernandez Date: Fri, 14 Feb 2025 17:49:35 -0600 Subject: [PATCH] upload build artifacts --- .github/workflows/release.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1a6592c..e5005c34 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -111,7 +111,9 @@ jobs: zip -ry "Basic-Memory-Installer.zip" "Basic Memory Installer.app" - name: Upload macOS installer - uses: softprops/action-gh-release@v1 + uses: actions/upload-artifact@v4 with: - files: installer/build/Basic-Memory-Installer.zip - token: ${{ secrets.GITHUB_TOKEN }} + name: installer + path: | + installer/build/Basic-Memory-Installer.zip + installer/build/Basic-Memory-Installer.app