Fixed checking for the existence of the tag canary.

This commit is contained in:
pyth0n1c
2021-08-26 14:33:27 -07:00
parent 48d4587f2b
commit 216ce46f57
+2 -1
View File
@@ -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