Skip to content

Commit 8ff2338

Browse files
committed
Unsure if this will download and check the artifact
1 parent a773baa commit 8ff2338

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/test_action.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,14 @@ jobs:
2020
printf "\n\n"
2121
printf "Contents of schedule.md:\n"
2222
cat schedule.md
23+
printf "\n\n"
24+
- name: Remove generated files
25+
run: |
26+
printf "Removing generated files...\n"
27+
rm -f chart.md schedule.json schedule.md
28+
ls -R
29+
- uses: actions/download-artifact@v4
30+
with:
31+
name: spec-zero-versions
32+
- name: Display structure of downloaded files
33+
run: ls -R

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ runs:
2323
path: |
2424
schedule.json
2525
schedule.md
26-
chart.md
26+
chart.md

0 commit comments

Comments
 (0)