There was an error while loading. Please reload this page.
1 parent 373640c commit 53d220dCopy full SHA for 53d220d
1 file changed
.github/workflows/release.yml
@@ -87,12 +87,12 @@ jobs:
87
88
- name: Zip macOS installer
89
run: |
90
- cd installer/dist
+ cd installer/build
91
zip -r "Basic-Memory-Installer-${{ needs.release.outputs.tag }}.zip" "Basic Memory Installer.app"
92
93
- name: Upload macOS installer
94
uses: softprops/action-gh-release@v1
95
with:
96
- files: installer/dist/Basic-Memory-Installer-${{ needs.release.outputs.tag }}.zip
+ files: installer/build/Basic-Memory-Installer-${{ needs.release.outputs.tag }}.zip
97
tag_name: ${{ needs.release.outputs.tag }}
98
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments