From 6cda7b250866598d00496ab4fb263f008fce1aa8 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Sat, 24 Apr 2021 13:12:00 +0200 Subject: [PATCH] build --- .github/workflows/build-app-beta.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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