Skip to content

Commit

Permalink
Build macOS disk image via macdeployqt
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Aug 7, 2023
1 parent 3adf4df commit ab2bdea
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,8 @@ jobs:
path-to-lcov: ${{ runner.temp }}/coverage.info
flag-name: mac-${{ matrix.env.cc }}-${{ matrix.qt }}
parallel: true
#- name: Make app bundle
# run: |
# macdeployqt dokit -dmg -verbose=2
# working-directory: ${{ runner.temp }}/src/cli
- name: Make app bundle
run: macdeployqt "$RUNNER_TEMP/src/cli/dokit.app" -dmg -verbose=2
- name: Setup artifacts
run: echo "dokitVersion=$(cat "$RUNNER_TEMP/version.txt")" >> $GITHUB_ENV
- name: Upload artifacts
Expand All @@ -254,7 +252,7 @@ jobs:
name: dokit-${{ env.dokitVersion }}
path: |
${{ runner.temp }}/src/lib/libQtPokit.dylib
${{ runner.temp }}/src/cli/dokit
${{ runner.temp }}/src/cli/dokit.app
if-no-files-found: error

win:
Expand Down

0 comments on commit ab2bdea

Please sign in to comment.