diff --git a/.github/workflows/build-app-beta.yaml b/.github/workflows/build-app-beta.yaml index 80313a968..b2c02274e 100644 --- a/.github/workflows/build-app-beta.yaml +++ b/.github/workflows/build-app-beta.yaml @@ -78,8 +78,7 @@ 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/*win_x64.exe artifacts/dbgate-beta.exe || true - cp app/dist/*win_arm64.exe artifacts/dbgate-beta-arm64.exe || true + 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/*-mac.dmg artifacts/dbgate-beta.dmg || true diff --git a/.github/workflows/build-app.yaml b/.github/workflows/build-app.yaml index a3a3396b4..39f6109e9 100644 --- a/.github/workflows/build-app.yaml +++ b/.github/workflows/build-app.yaml @@ -79,7 +79,8 @@ jobs: cp app/dist/*arm64*.AppImage artifacts/dbgate-latest-arm64.AppImage || true cp app/dist/*armv7l*.AppImage artifacts/dbgate-latest-armv7l.AppImage || true cp app/dist/*.exe artifacts/dbgate-latest.exe || true - cp app/dist/*win*.zip artifacts/dbgate-windows-latest.zip || 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/*-mac.dmg artifacts/dbgate-latest.dmg || true cp app/dist/*-mac_arm64.dmg artifacts/dbgate-latest-arm64.dmg || true diff --git a/app/package.json b/app/package.json index 5afc06c2a..5f9b6acc7 100644 --- a/app/package.json +++ b/app/package.json @@ -66,15 +66,8 @@ } }, "win": { - "artifactName": "${productName}-${version}-${os}_${arch}.${ext}", "target": [ - { - "target": "nsis", - "arch": [ - "x64", - "arm64" - ] - }, + "nsis", { "target": "zip", "arch": [