Skip to content

Commit 32f1585

Browse files
committed
Fix webapp pack script in build.yml
1 parent 53c4adf commit 32f1585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
id: pack-webapp
7272
run: |
7373
GIT_VERSION=`git describe --tags --always`
74-
zip "trguing-web-$GIT_VERSION.zip" ./* -x create\* -x \*.map
74+
zip -r "trguing-web-$GIT_VERSION.zip" ./* -x create\* -x \*.map
7575
echo "ZIPFILE=trguing-web-$GIT_VERSION.zip" >> $GITHUB_OUTPUT
7676
7777
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)