Skip to content

Commit

Permalink
ci: fix again, part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaDucak committed Oct 30, 2023
1 parent 7a591a6 commit 862ac83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Archive and Upload MacOS binaries to release
run: |
cp build/source/caps-log ./caps-log
cp build-macos/source/caps-log ./caps-log
tar -czvf caps-log-macos.tar.gz caps-log
gh release upload ${{ needs.create-release.outputs.version }} caps-log-macos.tar.gz --clobber
env:
Expand Down

0 comments on commit 862ac83

Please sign in to comment.