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