From 52a50f67ab02bed9111f378400670206692f4518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Tue, 7 Jun 2022 10:40:38 +0800 Subject: [PATCH] release aarch64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 迷渡 --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 271a809..4a781a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,6 +150,16 @@ jobs: target/release/dvm-x86_64-pc-windows-msvc.zip target/release/dvm-x86_64-unknown-linux-gnu.zip target/release/dvm-x86_64-apple-darwin.zip + + - name: Release DVM(aarch64) + uses: justjavac/action-dvm-release@v1 + if: | + startsWith(github.repository, 'justjavac') && + startsWith(github.ref, 'refs/tags/') + env: + GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }} + with: + files: | target/aarch64-apple-darwin/release/dvm-aarch64-apple-darwin.zip - name: Publish