mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-25 06:22:24 +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)
|
# Sign the binaries (if this is a macos build)
|
||||||
macos_signer:
|
macos_signer:
|
||||||
runs-on: macos-11.0
|
runs-on: macos-11.0
|
||||||
|
needs:
|
||||||
|
- upload
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Download and sign the latest executables
|
- name: Download and sign the latest executables
|
||||||
@ -62,7 +64,6 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs:
|
needs:
|
||||||
- macos_signer
|
|
||||||
- build
|
- build
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||||
|
Loading…
x
Reference in New Issue
Block a user