This commit is contained in:
yulike 2022-11-16 22:50:51 -05:00
parent 23d7a64166
commit ce97752dcb

View File

@ -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