Skip to content

Commit fe8c3d8

Browse files
author
phernandez
committed
fix: get app artifact for installer
1 parent 89ee324 commit fe8c3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@ jobs:
113113
uses: softprops/action-gh-release@v1
114114
with:
115115
#files: installer/build/Basic-Memory-Installer-${{ needs.release.outputs.tag }}.zip
116-
files: installer/build/*.app
116+
files: installer/build/Basic\ Memory\ Installer.app
117117
tag_name: ${{ needs.release.outputs.tag }}
118118
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)