diff --git a/.github/workflows/build-app-pro.yaml b/.github/workflows/build-app-pro.yaml index a6e24b04a..716b1d23b 100644 --- a/.github/workflows/build-app-pro.yaml +++ b/.github/workflows/build-app-pro.yaml @@ -123,6 +123,7 @@ jobs: cp ../dbgate-merged/app/dist/*win_arm64.zip artifacts/dbgate-premium-windows-latest-arm64.zip || true cp ../dbgate-merged/app/dist/*-mac_universal.dmg artifacts/dbgate-premium-latest.dmg || true cp ../dbgate-merged/app/dist/*-mac_x64.dmg artifacts/dbgate-premium-latest-x64.dmg || true + cp ../dbgate-merged/app/dist/*-mac_arm64.dmg artifacts/dbgate-premium-latest-arm64.dmg || true mv ../dbgate-merged/app/dist/*.exe artifacts/ || true mv ../dbgate-merged/app/dist/*.zip artifacts/ || true diff --git a/.github/workflows/build-app.yaml b/.github/workflows/build-app.yaml index 0ea12e175..f4ad20f04 100644 --- a/.github/workflows/build-app.yaml +++ b/.github/workflows/build-app.yaml @@ -98,6 +98,7 @@ jobs: cp app/dist/*win_arm64.zip artifacts/dbgate-windows-latest-arm64.zip || true cp app/dist/*-mac_universal.dmg artifacts/dbgate-latest.dmg || true cp app/dist/*-mac_x64.dmg artifacts/dbgate-latest-x64.dmg || true + cp app/dist/*-mac_arm64.dmg artifacts/dbgate-latest-arm64.dmg || true mv app/dist/*.exe artifacts/ || true mv app/dist/*.zip artifacts/ || true