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 1115733 commit 1c6b5fe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c6b5fe

Please sign in to comment.