Skip to content

Commit 0048cc1

Browse files
committed
Fix build script
1 parent 5902151 commit 0048cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Release app
8585
uses: softprops/action-gh-release@v1
8686
with:
87-
files: build/${{ env.PRODUCT_MODULE_NAME }}-{{ env.MARKETING_VERSION }}.zip
87+
files: build/${{ env.PRODUCT_MODULE_NAME }}-${{ env.MARKETING_VERSION }}.zip
8888
env:
8989
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9090

0 commit comments

Comments
 (0)