Skip to content

Commit

Permalink
attempt reusable sign-binary workflow part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Nov 16, 2024
1 parent f848ce4 commit ff5683d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:

sign:
uses: ./.github/workflows/sign-binary.yml
needs:
- package
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sign-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:
required: false

jobs:
sign-binary:
codesign-binary:
runs-on: ${{
(contains(inputs.os, 'linux') || contains(inputs.file, 'linux')) && 'ubuntu-24.04' ||
(contains(inputs.os, 'macos') || contains(inputs.file, 'macos')) && 'macos-14' ||
Expand Down

0 comments on commit ff5683d

Please sign in to comment.