mirror of
https://staging.allspice.dev/AllSpice-Demos/Actions-demo.git
synced 2025-04-23 17:03:42 +00:00
Fix filename in workflow file
This commit is contained in:
parent
5b06ec276f
commit
65e902d12f
@ -37,12 +37,12 @@ jobs:
|
||||
|
||||
# Print the documentation file to the terminal
|
||||
- name: Show repository attributes 🔎
|
||||
run: cat py-allspice-documentation.md
|
||||
run: cat repo_attributes.json
|
||||
|
||||
# Archive the netlist file as an artifact file
|
||||
- name: Archive code coverage results
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: py-allspice-documentation.md
|
||||
path: py-allspice-documentation.md
|
||||
name: repo_attributes.json
|
||||
path: repo_attributes.json
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user