We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c4adf commit 32f1585Copy full SHA for 32f1585
.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
71
id: pack-webapp
72
run: |
73
GIT_VERSION=`git describe --tags --always`
74
- zip "trguing-web-$GIT_VERSION.zip" ./* -x create\* -x \*.map
+ zip -r "trguing-web-$GIT_VERSION.zip" ./* -x create\* -x \*.map
75
echo "ZIPFILE=trguing-web-$GIT_VERSION.zip" >> $GITHUB_OUTPUT
76
77
- uses: actions/upload-artifact@v3
0 commit comments