Skip to content

Commit

Permalink
build: mage
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchanglong committed Jun 12, 2024
1 parent f75c0cc commit 1029ae2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,8 @@ jobs:
-
name: Run Mage
uses: magefile/mage-action@v3
with:
version: latest
args: build
- name: zip
run: yarn zip
- name: build artifacts
run: make build-linux && make build-windows && make build-darwin
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 1029ae2

Please sign in to comment.