Skip to content

Commit

Permalink
workaround for the signing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Nov 5, 2024
1 parent 07e8314 commit 61ed579
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ jobs:
working-directory: ./build
shell: bash
run: |
ninja
# TODO: workaround for now, otherwise Transition and co do not get signed... not sure what is going on
cmake .
ninja package
- name: Upload Tarball as artifact for testing
Expand Down

0 comments on commit 61ed579

Please sign in to comment.