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, 2025
1 parent 9c23565 commit fd09231
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-macos-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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/[email protected]
if: ${{ github.event_name == 'release' }}
Expand Down

0 comments on commit fd09231

Please sign in to comment.