mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Branch was auto-updated.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user