File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 echo "Version mismatch: got $VERSION_OUTPUT expected forgejo-runner version ${{ inputs.tag }}"
5555 exit 1
5656 fi
57+ otool -l ./forgejo-runner-darwin-amd64 | grep minos -A 3
5758
5859 - uses : actions/upload-artifact@v4
5960 with :
6364 test-act :
6465 name : Run Act Tests on macOS
6566 runs-on : macos-latest
67+ if : ${{ never() }}
6668
6769 steps :
6870 - name : macOS - Checkout code
8486
8587 release :
8688 runs-on : ubuntu-latest
87- needs : [build, test-act]
88- if : ${{ always() && needs.build.result == 'success' }}
89+ needs : [build]
8990 permissions :
9091 contents : write
9192 steps :
9899 with :
99100 tag_name : ${{ inputs.tag }}
100101 files : forgejo-runner-darwin-*/forgejo-runner-darwin-*
101- draft : ${{ needs.test-act.result != 'success' || inputs.goal != 'release' }}
102+ draft : ${{ inputs.goal != 'release' }}
102103 prerelease : ${{ contains(inputs.tag, 'beta') || contains(inputs.tag, 'alpha') }}
103104 fail_on_unmatched_files : true
104105 body : |
You can’t perform that action at this time.
0 commit comments