From fd09231f48493a6b55847048cb909bfe0d564550 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Fri, 3 Jan 2025 16:12:51 +0100 Subject: [PATCH] debug --- .github/workflows/build-macos-qt6.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build-macos-qt6.yml b/.github/workflows/build-macos-qt6.yml index 589415087411..f0ce1a8d0fed 100644 --- a/.github/workflows/build-macos-qt6.yml +++ b/.github/workflows/build-macos-qt6.yml @@ -130,6 +130,10 @@ jobs: cmake --build build cmake --build build --target bundle + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + if: always() + - name: 📤 Upload app uses: actions/upload-artifact@v4 with: @@ -192,6 +196,10 @@ jobs: ${QGIS_APP_NAME}-Installer.dmg \ universal/${QGIS_APP_NAME}.app + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + if: always() + - name: Upload release assets uses: AButler/upload-release-assets@v3.0 if: ${{ github.event_name == 'release' }}