From 1c6b5fe17920b2f47c749eec70a74c0247fbbff4 Mon Sep 17 00:00:00 2001 From: nerdCopter <56646290+nerdCopter@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:21:33 -0600 Subject: [PATCH] Github Actions - Link Artifacts in PR comments --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5db1e97cb4..bf4f027517 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -145,12 +145,15 @@ jobs: runs-on: ubuntu-latest continue-on-error: false steps: + # for debugging + - name: Show Variables + run: | + echo "Artifact name: ${{ env.ARTIFACT_NAME }}" + - name: download artifacts uses: actions/download-artifact@v2 with: name: ${{ env.ARTIFACT_NAME }} - run: | - echo "Artifact name: ${{ env.ARTIFACT_NAME }}" continue-on-error: false # Hide existing/outdated artifacts links