Skip to content

Commit 4dd0087

Browse files
committed
Fix distribution
1 parent 9e07881 commit 4dd0087

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
. dist/
3030
3131
- name: Create ZIP archive
32-
run: zip -r distribution.zip dist
32+
run: |
33+
cd dist
34+
zip -r distribution.zip .
3335
3436
- name: Upload distribution as artifact
3537
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)