Skip to content

Commit a773baa

Browse files
committed
Fix upload
1 parent 067f961 commit a773baa

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

action.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ runs:
1616
shell: bash
1717
run: |
1818
python spec_zero_versions.py
19-
- name: Upload artifact
19+
- name: Upload files as an artifact
2020
uses: actions/upload-artifact@v4
2121
with:
22-
name: ${{ inputs.artifact-name }}
23-
path: "spec_zero_data/*.tar.xz"
22+
name: spec-zero-versions
23+
path: |
24+
schedule.json
25+
schedule.md
26+
chart.md

0 commit comments

Comments
 (0)