Skip to content

Commit 7697080

Browse files
authored
Update zip command to include all files in dist
1 parent a5d70f9 commit 7697080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/send-beta-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: npm run build
4444

4545
- name: Zip build artifacts
46-
run: zip -r htmlplayer-build.zip Build/dist
46+
run: zip -j htmlplayer-build.zip Build/dist/*
4747

4848
- name: Upload artifact
4949
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)