Skip to content

Commit 94d0485

Browse files
committed
build: fix zip
1 parent 1ef2b24 commit 94d0485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
run: |
150150
cd artifacts
151151
mkdir -p website
152-
tar -xzvf website.zip -C website
152+
unzip website.zip -d website
153153
154154
- name: Deploy website to Netlify
155155
run: |

0 commit comments

Comments
 (0)