Skip to content

Commit 838f89b

Browse files
committed
build: fix
1 parent acd20e1 commit 838f89b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@ jobs:
140140
name: website
141141
path: artifacts
142142

143+
- name: Unzip
144+
run: |
145+
mkdir -p website
146+
tar -xzvf website.zip -C website
147+
143148
- name: Deploy website to Netlify
144149
run: |
145150
npx netlify-cli deploy --site ${{ secrets.NETLIFY_SITE_ID }} --auth ${{ secrets.NETLIFY_AUTH_TOKEN }} --dir artifacts/website --alias staging

0 commit comments

Comments
 (0)