From 9871075378d423cacf00ffb2646d25b3405742d7 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Thu, 26 Aug 2021 15:14:57 -0700 Subject: [PATCH] Unable to find artifact, trying again. --- .github/workflows/release-checks.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release-checks.yml b/.github/workflows/release-checks.yml index 2b06a0c3d8..b2787199c3 100644 --- a/.github/workflows/release-checks.yml +++ b/.github/workflows/release-checks.yml @@ -34,10 +34,8 @@ jobs: uses: dawidd6/action-download-artifact@v2 with: workflow: validate-and-build.yml - workflow_conclusion: success run_id: ${{ github.event.workflow_run.id }} name: tag-canary - path: . - name: Check for existence of canary run: | #If this file does not exist, then cat will return a nonzero status (failure)