Skip to content

Commit

Permalink
add artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 committed Jun 26, 2024
1 parent 137f3d0 commit d42614d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check-urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ jobs:
cat linkchecker-out.csv >> linkchecker-out-all.csv
done
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: my-artifact
path: linkchecker-out-all.csv

#
# Description:
#
Expand Down

0 comments on commit d42614d

Please sign in to comment.