Skip to content

Commit

Permalink
fix(ci): print the downloaded files
Browse files Browse the repository at this point in the history
  • Loading branch information
Arc-E-Tect committed Jul 21, 2024
1 parent 80ca9ab commit ba96366
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,13 @@ jobs:
with:
name: updated-file2-md

- name: Print files
run: |
echo "Updated test.adoc"
cat test.adoc
echo "Updated file2.md"
cat file2.md
- name: cache NPM
uses: actions/[email protected]
id: npm-cache
Expand Down

0 comments on commit ba96366

Please sign in to comment.