Skip to content

Commit

Permalink
Update macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed May 23, 2024
1 parent 6bfe670 commit 58b2205
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 @@ -38,7 +38,7 @@ jobs:
- name: Build
# Build your program with the given configuration
run: |
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} VERBOSE=1
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
cd ../build/
ls -a
create-dmg OpenHDImageWriter.dmg OpenHDImageWriter.app
Expand Down

0 comments on commit 58b2205

Please sign in to comment.