From 1029ae29c279df561a025d85c3f499a4e809bfa9 Mon Sep 17 00:00:00 2001 From: scl Date: Wed, 12 Jun 2024 19:25:10 +0800 Subject: [PATCH] build: mage --- .github/workflows/release.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 726d80c..53f5fe6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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/')