diff --git a/.github/workflows/run_chain_template.yml b/.github/workflows/run_chain_template.yml index 8a5ddf1..899d70b 100644 --- a/.github/workflows/run_chain_template.yml +++ b/.github/workflows/run_chain_template.yml @@ -48,4 +48,11 @@ jobs: - uses: actions/upload-artifact@v3 with: name: results_artifact - path: ./target/run_results.json \ No newline at end of file + path: ./target/run_results.json + + - uses: actions/download-artifact@v3 + with: + name: results_artifact + + - name: Display structure of downloaded files + run: ls -R \ No newline at end of file