diff --git a/.github/workflows/build-app-pro.yaml b/.github/workflows/build-app-pro.yaml index c15c16cf4..d893bc401 100644 --- a/.github/workflows/build-app-pro.yaml +++ b/.github/workflows/build-app-pro.yaml @@ -136,7 +136,7 @@ jobs: mv ../dbgate-merged/app/dist/*.deb artifacts/ || true mv ../dbgate-merged/app/dist/*.dmg artifacts/ || true - mv app/dist/*.yml artifacts/ || true + mv ../dbgate-merged/app/dist/*.yml artifacts/ || true rm artifacts/builder-debug.yml - name: Upload artifacts