fix: get app artifact for installer

This commit is contained in:
phernandez
2025-02-13 23:34:37 -06:00
parent 89ee324df0
commit fe8c3d87b0
+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/*.app
files: installer/build/Basic\ Memory\ Installer.app
tag_name: ${{ needs.release.outputs.tag }}
token: ${{ secrets.GITHUB_TOKEN }}