Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rvkennedy authored Aug 13, 2024
1 parent 0c4c90e commit dbaac16
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,21 @@ jobs:
VULKAN_SDK_DIR: D:/a/Teleport/Teleport/VULKAN_SDK

steps:
- name: Download artifact
id: download-artifact
uses: dawidd6/action-download-artifact@v6
with:
github_token: ${{secrets.TELEPORT_GENERIC_TOKEN}}
workflow: build_pc_client.yml
- name: Safe download workflow artifact
uses: Legit-Labs/[email protected]
with:
github_token: ${{secrets.TELEPORT_RELEASES_TOKEN}}
workflow: build_pc_client
branch: main
check_artifacts: true
search_artifacts: true
if_no_artifact_found: ignore
- name: Download a Build Artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit dbaac16

Please sign in to comment.