Skip to content

Commit

Permalink
Make releases archive not contain build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ZekeWK committed Mar 28, 2024
1 parent 02f18c7 commit 425109c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm run build
- name: Compress build
working-directory: ./client
run: tar -czf ./build.tar.gz ./build/
run: tar -czf build.tar.gz -C build .
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 425109c

Please sign in to comment.