diff --git a/.github/workflows/build-app-beta.yaml b/.github/workflows/build-app-beta.yaml index f901d3169..731b6f031 100644 --- a/.github/workflows/build-app-beta.yaml +++ b/.github/workflows/build-app-beta.yaml @@ -79,9 +79,10 @@ jobs: 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/*windows*.zip artifacts/dbgate-windows-beta.zip || true + cp app/dist/*win*.zip artifacts/dbgate-windows-beta.zip || true cp app/dist/*mac*.zip artifacts/dbgate-mac-beta.zip || true - cp app/dist/*.dmg artifacts/dbgate-beta.dmg || true + cp app/dist/*.mac.dmg artifacts/dbgate-beta.dmg || true + cp app/dist/*.mac_arm64.dmg artifacts/dbgate-beta-arm64.dmg || true mv app/dist/*.exe artifacts/ || true mv app/dist/*.zip artifacts/ || true diff --git a/.github/workflows/build-app.yaml b/.github/workflows/build-app.yaml index 6f76445b3..4fa7ba076 100644 --- a/.github/workflows/build-app.yaml +++ b/.github/workflows/build-app.yaml @@ -79,9 +79,10 @@ 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/*windows*.zip artifacts/dbgate-windows-latest.zip || true + cp app/dist/*win*.zip artifacts/dbgate-windows-latest.zip || true cp app/dist/*mac*.zip artifacts/dbgate-mac-latest.zip || true - cp app/dist/*.dmg artifacts/dbgate-latest.dmg || true + cp app/dist/*.mac.dmg artifacts/dbgate-latest.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