From f606d0c41c0be492289d2641498d81a681b09a75 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Thu, 14 Apr 2022 16:13:35 +0200 Subject: [PATCH] fix --- .github/workflows/build-app.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-app.yaml b/.github/workflows/build-app.yaml index a87ed26e2..230edf51c 100644 --- a/.github/workflows/build-app.yaml +++ b/.github/workflows/build-app.yaml @@ -86,6 +86,7 @@ jobs: 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_universal.dmg artifacts/dbgate-latest.dmg || true + cp app/dist/*-mac_x64.dmg artifacts/dbgate-latest-x64.dmg || true mv app/dist/*.exe artifacts/ || true mv app/dist/*.zip artifacts/ || true