Branch was auto-updated.

This commit is contained in:
github-actions[bot]
2021-08-26 22:49:19 +00:00
committed by GitHub
2 changed files with 6 additions and 4 deletions
+5 -3
View File
@@ -2,7 +2,8 @@ name: release-checks
on:
workflow_run:
workflows: ["validate-and-build"]
types: [completed]
types:
- completed
@@ -34,8 +35,9 @@ jobs:
uses: dawidd6/action-download-artifact@v2
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
workflow: validate-and-build.yml
run_id: ${{ github.event.workflow_run.id }}
workflow: ${{ github.event.workflow_run.workflow_id }}
#workflow: validate-and-build.yml
#run_id: ${{ github.event.workflow_run.id }}
name: tag-canary
path: canary
- name: Check for existence of canary
+1 -1
View File
@@ -267,7 +267,7 @@ jobs:
build/checksum.txt
#Store the tag to indicate that this was a tagged build
- name: store_artifacts
- name: store_artifacts_three
uses: actions/upload-artifact@v2
with:
name: tag-canary