Skip to content

Commit

Permalink
relase tag
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Dec 7, 2024
1 parent 5807eba commit 382ca5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 86 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
npm install -g yarn
yarn
yarn build
zip -r build.zip build/
ls
zip -r $(git rev-parse --short HEAD).zip build/
- name: Release
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: build.zip
files: "*.zip"
82 changes: 0 additions & 82 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

0 comments on commit 382ca5b

Please sign in to comment.