From fe8c3d87b003166252290a87cbe958301cccf797 Mon Sep 17 00:00:00 2001 From: phernandez Date: Thu, 13 Feb 2025 23:34:37 -0600 Subject: [PATCH] fix: get app artifact for installer --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f3ccc2a..622b71ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -113,6 +113,6 @@ jobs: uses: softprops/action-gh-release@v1 with: #files: installer/build/Basic-Memory-Installer-${{ needs.release.outputs.tag }}.zip - files: installer/build/*.app + files: installer/build/Basic\ Memory\ Installer.app tag_name: ${{ needs.release.outputs.tag }} token: ${{ secrets.GITHUB_TOKEN }}