Skip to content

Commit 00ff58e

Browse files
committed
Remove the 'public' wrapper folder in built artifacts
1 parent c549033 commit 00ff58e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: npm run build
2222
- run: npm test
2323

24-
- run: zip -r webextension.zip public/
24+
- run: zip -r webextension.zip public/*
2525

2626
- uses: actions/upload-artifact@v3
2727
with:

0 commit comments

Comments
 (0)