diff --git a/.github/workflows/build-app-beta.yaml b/.github/workflows/build-app-beta.yaml index 37be98f91..7f33bd52e 100644 --- a/.github/workflows/build-app-beta.yaml +++ b/.github/workflows/build-app-beta.yaml @@ -63,6 +63,12 @@ jobs: run: | mkdir artifacts + cp app/dist/*.deb artifacts/dbgate-beta.deb || true + cp app/dist/*.AppImage artifacts/dbgate-beta.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/*.dmg artifacts/dbgate-beta.dmg || true + mv app/dist/*.exe artifacts/ || true mv app/dist/*.zip artifacts/ || true mv app/dist/*.AppImage artifacts/ || true