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 27d2ab8 commit 85ffa2e
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,7 @@ jobs:
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:
github-token: ${{secrets.TELEPORT_GENERIC_TOKEN}}
# Name of the artifact to download. If unspecified, all artifacts for the run are downloaded.
name: installer
# Destination path. Supports basic tilde expansion. Defaults to $GITHUB_WORKSPACE
path: installer
- name: Show
run: |
ls -R .

0 comments on commit 85ffa2e

Please sign in to comment.