We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f015a commit 63ab59bCopy full SHA for 63ab59b
.github/workflows/send-beta-build.yml
@@ -43,7 +43,7 @@ jobs:
43
run: npm run build
44
45
- name: Zip build artifacts
46
- run: zip -j htmlplayer-build.zip Build/dist/*
+ run: zip -r htmlplayer-build.zip Build/dist
47
48
- name: Upload artifact
49
uses: actions/upload-artifact@v4
0 commit comments