From 6e6699f60a19e3a6744495bfef0f1a63d1176e3e Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Mon, 9 Sep 2024 17:00:21 +0200 Subject: [PATCH] copy blockmap --- .github/workflows/build-app-pro-beta.yaml | 1 + .github/workflows/build-app-pro.yaml | 1 + .github/workflows/build-app.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/build-app-pro-beta.yaml b/.github/workflows/build-app-pro-beta.yaml index b1d9ec24..184a44d8 100644 --- a/.github/workflows/build-app-pro-beta.yaml +++ b/.github/workflows/build-app-pro-beta.yaml @@ -132,6 +132,7 @@ jobs: mv ../dbgate-merged/app/dist/*.deb artifacts/ || true mv ../dbgate-merged/app/dist/*.snap artifacts/ || true mv ../dbgate-merged/app/dist/*.dmg artifacts/ || true + mv ../dbgate-merged/app/dist/*.blockmap artifacts/ || true mv ../dbgate-merged/app/dist/*.yml artifacts/ || true rm artifacts/builder-debug.yml diff --git a/.github/workflows/build-app-pro.yaml b/.github/workflows/build-app-pro.yaml index d893bc40..fc2e1553 100644 --- a/.github/workflows/build-app-pro.yaml +++ b/.github/workflows/build-app-pro.yaml @@ -135,6 +135,7 @@ jobs: mv ../dbgate-merged/app/dist/*.AppImage artifacts/ || true mv ../dbgate-merged/app/dist/*.deb artifacts/ || true mv ../dbgate-merged/app/dist/*.dmg artifacts/ || true + mv ../dbgate-merged/app/dist/*.blockmap artifacts/ || true mv ../dbgate-merged/app/dist/*.yml artifacts/ || true rm artifacts/builder-debug.yml diff --git a/.github/workflows/build-app.yaml b/.github/workflows/build-app.yaml index 87f6734c..ed5ada48 100644 --- a/.github/workflows/build-app.yaml +++ b/.github/workflows/build-app.yaml @@ -109,6 +109,7 @@ jobs: mv app/dist/*.deb artifacts/ || true mv app/dist/*.dmg artifacts/ || true mv app/dist/*.snap artifacts/dbgate-latest.snap || true + mv app/dist/*.blockmap artifacts/ || true mv app/dist/*.yml artifacts/ || true rm artifacts/builder-debug.yml