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 eea9993 commit 7a591a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build-and-upload-mac-arm:
build-and-upload-mac:
needs: create-release
runs-on: macos-latest
steps:
Expand All @@ -75,8 +75,8 @@ jobs:
- name: Archive and Upload MacOS binaries to release
run: |
tar -C build-macos/source czf caps-log-macos-arm.tar.gz caps-log
file build-macos/source/caps-log
gh release upload ${{ needs.create-release.outputs.version }} caps-log-macos-arm.tar.gz --clobber
cp build/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:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7a591a6

Please sign in to comment.