From 9276fea4baf979817b5ed46941df17b630f1afd0 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Tue, 24 May 2022 08:46:24 -0700 Subject: [PATCH] Tweak the workflow order so signing runs after upload --- .github/workflows/slsa-releaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/slsa-releaser.yml b/.github/workflows/slsa-releaser.yml index 6091517..8790124 100644 --- a/.github/workflows/slsa-releaser.yml +++ b/.github/workflows/slsa-releaser.yml @@ -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