Skip to content

Commit

Permalink
use build.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Dec 7, 2024
1 parent 16760c8 commit 5b39942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
yarn
mv .env.example .env
yarn build
zip -r $(git rev-parse --short HEAD).zip build/
zip -r build.zip build/
- name: Release frontend resources
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v2
with:
files: "*.zip"
files: "build.zip"

0 comments on commit 5b39942

Please sign in to comment.