Skip to content

Commit 6dc6840

Browse files
committed
fix: release ci zip permissions
1 parent e7398b5 commit 6dc6840

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212

1313
runs-on: ubuntu-latest
1414

15+
permissions:
16+
contents: write
17+
1518
steps:
1619
- name: Checkout
1720
uses: actions/checkout@v3
@@ -46,7 +49,7 @@ jobs:
4649
run: ls -lah target/docs-db
4750

4851
- name: Zips artifacts
49-
run: zip -r docs-db.zip . -i target/docs-db/*
52+
run: zip -r -j docs-db.zip target/docs-db/*
5053

5154
- name: Release to GiHub
5255
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)