Skip to content

Commit

Permalink
Github Actions - Link Artifacts in PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Feb 21, 2024
1 parent c0d75c1 commit 1115733
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1115733

Please sign in to comment.