From f229a0acba74677293b812d52686555c00c89e80 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Wed, 3 Jan 2024 11:16:33 +0100 Subject: [PATCH] debug --- .github/workflows/ios_qt6.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ios_qt6.yml b/.github/workflows/ios_qt6.yml index 93db6e99d2..93f7343cc3 100644 --- a/.github/workflows/ios_qt6.yml +++ b/.github/workflows/ios_qt6.yml @@ -73,7 +73,6 @@ jobs: run: | source ./scripts/version_number.sh source ./scripts/ci/generate-version-details.sh - mkdir -p build cmake -S "${{ github.workspace }}" \ -B "/Users/runner/builddir" \ -G "Xcode" \ @@ -119,6 +118,10 @@ jobs: run: | cmake --build /Users/runner/builddir --target bundle --config Release + - uses: m-kuhn/action-tmate@patch-1 + if: always() + + - name: 🍺 Deploy env: S3_BUCKET: qfieldapks