From f345677d4fb3371047e8b803c1481fb1e14a06a4 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Sat, 22 May 2021 10:57:29 +0200 Subject: [PATCH] build files fix --- .github/workflows/build-app-beta.yaml | 5 +++-- .github/workflows/build-app.yaml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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