diff --git a/.github/workflows/build-app-beta.yaml b/.github/workflows/build-app-beta.yaml index 5674fd5b..80313a96 100644 --- a/.github/workflows/build-app-beta.yaml +++ b/.github/workflows/build-app-beta.yaml @@ -78,8 +78,10 @@ jobs: cp app/dist/*x86*.AppImage artifacts/dbgate-beta.AppImage || true cp app/dist/*arm64*.AppImage artifacts/dbgate-beta-arm64.AppImage || true cp app/dist/*armv7l*.AppImage artifacts/dbgate-beta-armv7l.AppImage || true - cp app/dist/*.exe artifacts/dbgate-beta.exe || true - cp app/dist/*win*.zip artifacts/dbgate-windows-beta.zip || true + cp app/dist/*win_x64.exe artifacts/dbgate-beta.exe || true + cp app/dist/*win_arm64.exe artifacts/dbgate-beta-arm64.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/*-mac.dmg artifacts/dbgate-beta.dmg || true cp app/dist/*-mac_arm64.dmg artifacts/dbgate-beta-arm64.dmg || true diff --git a/app/package.json b/app/package.json index 5f9b6acc..99eaa279 100644 --- a/app/package.json +++ b/app/package.json @@ -67,7 +67,13 @@ }, "win": { "target": [ - "nsis", + { + "target": "nsis", + "arch": [ + "x64", + "arm64" + ] + }, { "target": "zip", "arch": [