upload build artifacts

This commit is contained in:
phernandez
2025-02-14 17:49:35 -06:00
parent c05d363a99
commit 3270e6d82b
+5 -3
View File
@@ -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