Tweak the workflow order so signing runs after upload

This commit is contained in:
David Dworken 2022-05-24 08:46:24 -07:00
parent 06d5ebf7f1
commit 9276fea4ba

View File

@ -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