Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 3, 2024
1 parent 6083bc6 commit f229a0a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ios_qt6.yml
Expand Up @@ -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" \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f229a0a

Please sign in to comment.