fix: fix installer artifact

This commit is contained in:
phernandez
2025-02-13 23:38:47 -06:00
parent b1d2a64933
commit 8de84c0221
+1 -1
View File
@@ -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/Basic\ Memory\ Installer.app
files: installer/build/*
tag_name: ${{ needs.release.outputs.tag }}
token: ${{ secrets.GITHUB_TOKEN }}