From 216ce46f571eb6bf19f0dbe767bb40ede3bbad4f Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Thu, 26 Aug 2021 14:33:27 -0700 Subject: [PATCH] Fixed checking for the existence of the tag canary. --- .github/workflows/release-checks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-checks.yml b/.github/workflows/release-checks.yml index 1bc473cbbe..211e81d0d4 100644 --- a/.github/workflows/release-checks.yml +++ b/.github/workflows/release-checks.yml @@ -29,13 +29,14 @@ jobs: verify-tag: runs-on: ubuntu-latest steps: - - name: Restore Content-Pack Artifacts for AppInspect testing + - name: Try to get the canary uses: dawidd6/action-download-artifact@v2 with: workflow: validate-and-build.yml workflow_conclusion: success 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) #and the entire workflow will fail