mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-24 14:01:46 +02:00
Tweak the workflow order so signing runs after upload
This commit is contained in:
parent
06d5ebf7f1
commit
9276fea4ba
3
.github/workflows/slsa-releaser.yml
vendored
3
.github/workflows/slsa-releaser.yml
vendored
@ -36,6 +36,8 @@ jobs:
|
||||
# Sign the binaries (if this is a macos build)
|
||||
macos_signer:
|
||||
runs-on: macos-11.0
|
||||
needs:
|
||||
- upload
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Download and sign the latest executables
|
||||
@ -62,7 +64,6 @@ jobs:
|
||||
contents: write
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- macos_signer
|
||||
- build
|
||||
steps:
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
|
Loading…
x
Reference in New Issue
Block a user