Skip to content

Commit

Permalink
ci: update macos workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AdelKS committed Jun 23, 2024
1 parent 78a0d99 commit 647d9e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/macos-build-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: '6.5.*'
version: '6.7.*'

- name: Install Dependencies
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
run: ./deploy/macos-bundle-dmg.sh

- name: Upload binary artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: macos-artifact
path: deploy/ZeGrapher*dmg
2 changes: 2 additions & 0 deletions deploy/macos-bundle-dmg.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e

deploy_dir=$(greadlink -f $(dirname "$BASH_SOURCE"))

meson setup \
Expand Down

0 comments on commit 647d9e1

Please sign in to comment.