From 85ffa2e03a14eba701ed0f9fa0064b9bf07c2119 Mon Sep 17 00:00:00 2001 From: Roderick Kennedy Date: Tue, 13 Aug 2024 11:58:54 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8cd56a8..cdfbf851 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/action-download-artifact@v2.18.0 - 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/download-artifact@v4.1.8 - 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 .