From 41d85d411733cc2944097f5ece90405efb82bb46 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Sat, 24 Apr 2021 13:23:39 +0200 Subject: [PATCH] build --- .github/workflows/build-app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-app.yaml b/.github/workflows/build-app.yaml index c9350ca8e..5af9d11b1 100644 --- a/.github/workflows/build-app.yaml +++ b/.github/workflows/build-app.yaml @@ -74,7 +74,7 @@ jobs: cp app/dist/*.deb artifacts/dbgate-latest.deb || true cp app/dist/*.AppImage artifacts/dbgate-latest.AppImage || true cp app/dist/*.exe artifacts/dbgate-latest.exe || true - cp app/dist/*.zip artifacts/dbgate-latest.zip || true + cp app/dist/*windows*.zip artifacts/dbgate-windows-latest.zip || true cp app/dist/*.dmg artifacts/dbgate-latest.dmg || true mv app/dist/*.exe artifacts/ || true