diff --git a/.github/workflows/build-app-beta.yaml b/.github/workflows/build-app-beta.yaml index b238d00c0..adc7ce9e8 100644 --- a/.github/workflows/build-app-beta.yaml +++ b/.github/workflows/build-app-beta.yaml @@ -92,6 +92,7 @@ jobs: cp app/dist/*win*.exe artifacts/dbgate-beta.exe || true cp app/dist/*win_x64.zip artifacts/dbgate-windows-beta.zip || true cp app/dist/*win_arm64.zip artifacts/dbgate-windows-beta-arm64.zip || true + cp app/dist/*win_arm64.exe artifacts/dbgate-windows-beta-arm64.exe || true cp app/dist/*-mac_universal.dmg artifacts/dbgate-beta.dmg || true cp app/dist/*-mac_x64.dmg artifacts/dbgate-beta-x64.dmg || true cp app/dist/*-mac_arm64.dmg artifacts/dbgate-beta-arm64.dmg || true diff --git a/.github/workflows/build-app-check.yaml b/.github/workflows/build-app-check.yaml index 6ee1a1e6c..d8962ba3d 100644 --- a/.github/workflows/build-app-check.yaml +++ b/.github/workflows/build-app-check.yaml @@ -88,6 +88,7 @@ jobs: cp app/dist/*win*.exe artifacts/dbgate-check.exe || true cp app/dist/*win_x64.zip artifacts/dbgate-windows-check.zip || true cp app/dist/*win_arm64.zip artifacts/dbgate-windows-check-arm64.zip || true + cp app/dist/*win_arm64.exe artifacts/dbgate-windows-check-arm64.exe || true cp app/dist/*-mac_universal.dmg artifacts/dbgate-check.dmg || true cp app/dist/*-mac_x64.dmg artifacts/dbgate-check-x64.dmg || true cp app/dist/*-mac_arm64.dmg artifacts/dbgate-check-arm64.dmg || true diff --git a/.github/workflows/build-app-pro-beta.yaml b/.github/workflows/build-app-pro-beta.yaml index 90ac92766..d1794285b 100644 --- a/.github/workflows/build-app-pro-beta.yaml +++ b/.github/workflows/build-app-pro-beta.yaml @@ -123,6 +123,7 @@ jobs: cp ../dbgate-merged/app/dist/*win*.exe artifacts/dbgate-premium-beta.exe || true cp ../dbgate-merged/app/dist/*win_x64.zip artifacts/dbgate-windows-premium-beta.zip || true cp ../dbgate-merged/app/dist/*win_arm64.zip artifacts/dbgate-windows-premium-beta-arm64.zip || true + cp ../dbgate-merged/app/dist/*win_arm64.exe artifacts/dbgate-windows-premium-beta-arm64.exe || true cp ../dbgate-merged/app/dist/*-mac_universal.dmg artifacts/dbgate-premium-beta.dmg || true cp ../dbgate-merged/app/dist/*-mac_x64.dmg artifacts/dbgate-premium-beta-x64.dmg || true cp ../dbgate-merged/app/dist/*-mac_arm64.dmg artifacts/dbgate-premium-beta-arm64.dmg || true diff --git a/.github/workflows/build-app-pro.yaml b/.github/workflows/build-app-pro.yaml index 7bb5e6c0a..2211b8ab1 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*.exe artifacts/dbgate-premium-latest.exe || true cp ../dbgate-merged/app/dist/*win_x64.zip artifacts/dbgate-windows-premium-latest.zip || true cp ../dbgate-merged/app/dist/*win_arm64.zip artifacts/dbgate-windows-premium-latest-arm64.zip || true + cp ../dbgate-merged/app/dist/*win_arm64.exe artifacts/dbgate-windows-premium-latest-arm64.exe || 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 diff --git a/.github/workflows/build-app.yaml b/.github/workflows/build-app.yaml index db0785eac..7e2225365 100644 --- a/.github/workflows/build-app.yaml +++ b/.github/workflows/build-app.yaml @@ -91,6 +91,7 @@ jobs: cp app/dist/*win*.exe artifacts/dbgate-latest.exe || true cp app/dist/*win_x64.zip artifacts/dbgate-windows-latest.zip || true cp app/dist/*win_arm64.zip artifacts/dbgate-windows-latest-arm64.zip || true + cp app/dist/*win_arm64.exe artifacts/dbgate-windows-latest-arm64.exe || 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