We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7398b5 commit 6dc6840Copy full SHA for 6dc6840
.github/workflows/release.yaml
@@ -12,6 +12,9 @@ jobs:
12
13
runs-on: ubuntu-latest
14
15
+ permissions:
16
+ contents: write
17
+
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v3
@@ -46,7 +49,7 @@ jobs:
46
49
run: ls -lah target/docs-db
47
50
48
51
- name: Zips artifacts
- run: zip -r docs-db.zip . -i target/docs-db/*
52
+ run: zip -r -j docs-db.zip target/docs-db/*
53
54
- name: Release to GiHub
55
uses: softprops/action-gh-release@v1
0 commit comments