From 40ffabe28e91670843482871ae5e015491bf7b6d Mon Sep 17 00:00:00 2001 From: nerdCopter <56646290+nerdCopter@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:02:36 -0600 Subject: [PATCH] Github Actions - Link Artifacts in PR comments --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a76212da1d..5fa60cbe0a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -143,7 +143,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} runs-on: ubuntu-latest - + steps: - name: download artifacts uses: actions/download-artifact@v2 with: