Skip to content

Commit b68a63f

Browse files
committed
Remove zip action
1 parent 4d9237f commit b68a63f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,8 @@ jobs:
165165
retention-days: 7
166166

167167
- name: Unzip artifact
168-
uses: montudor/action-zip@v1
169-
with:
170-
args: unzip -qq artifacts/webHelpKSTORE2-all.zip -d build/docs
168+
run: |
169+
unzip -qq artifacts/webHelpKSTORE2-all.zip -d build/docs
171170
172171
- name: Move dokka api-doc to docs/api
173172
run: |

0 commit comments

Comments
 (0)