Skip to content

Commit

Permalink
build: fix zip
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDinh committed Apr 4, 2024
1 parent 1ef2b24 commit 94d0485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
run: |
cd artifacts
mkdir -p website
tar -xzvf website.zip -C website
unzip website.zip -d website
- name: Deploy website to Netlify
run: |
Expand Down

0 comments on commit 94d0485

Please sign in to comment.