mirror of
https://github.com/FlipsideCrypto/analytics-workflow-templates.git
synced 2026-02-06 11:17:52 +00:00
added
This commit is contained in:
parent
23d7a64166
commit
ce97752dcb
9
.github/workflows/run_chain_template.yml
vendored
9
.github/workflows/run_chain_template.yml
vendored
@ -48,4 +48,11 @@ jobs:
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: results_artifact
|
||||
path: ./target/run_results.json
|
||||
path: ./target/run_results.json
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: results_artifact
|
||||
|
||||
- name: Display structure of downloaded files
|
||||
run: ls -R
|
||||
Loading…
Reference in New Issue
Block a user