From 1115733a93e945c969ad7ca097bf814778bb026e Mon Sep 17 00:00:00 2001 From: nerdCopter <56646290+nerdCopter@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:20:15 -0600 Subject: [PATCH] Github Actions - Link Artifacts in PR comments --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96d3e7e887..5db1e97cb4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -149,9 +149,9 @@ jobs: uses: actions/download-artifact@v2 with: name: ${{ env.ARTIFACT_NAME }} - run: | - echo "Artifact name: ${{ env.ARTIFACT_NAME }}" - continue-on-error: false + run: | + echo "Artifact name: ${{ env.ARTIFACT_NAME }}" + continue-on-error: false # Hide existing/outdated artifacts links - name: Hide artifacts links from comments.