Skip to content

Commit

Permalink
Update macOS.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
realholgi authored Jul 22, 2024
1 parent 7353e49 commit 791c290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build kleiner-brauhelfer-2
run: |
chmod +x ./build_macos.sh
./build_macos.sh "${Qt6_DIR}/bin/" "-${{ github.sha }}"
./build_macos.sh "${QT_ROOT_DIR}/bin/" "-${{ github.sha }}"
mkdir deploy
cp build-macos/bin/kbh2_*.zip deploy/
Expand Down

0 comments on commit 791c290

Please sign in to comment.