Skip to content

Commit

Permalink
Fixed macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-calautti committed Dec 26, 2023
1 parent 27eda1b commit 786e33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --parallel 2
cd ${{github.workspace}}/build/app
zip -r macos10.15_bin_universal.zip DeltaPatcher.app/
zip -r macos11_bin_universal.zip DeltaPatcher.app/
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 786e33e

Please sign in to comment.