diff --git a/.github/workflows/artifact_validation.yaml b/.github/workflows/artifact_validation.yaml index ac0362b4..07c47bdd 100644 --- a/.github/workflows/artifact_validation.yaml +++ b/.github/workflows/artifact_validation.yaml @@ -51,7 +51,7 @@ jobs: - name: Build compat matrix run: ./src/rebuild_results_certs_r3.sh - name: Copy output files - run: mv ./docs/pqc_hackathon_results_certs_r3.html ./docs/pqc_hackathon_results_certs_r3_automated_tests.html ./docs/pqc_hackathon_results_cms_v1.html ./output/certs/oqs/oqs_certs.log ./docs/gh-pages + run: mv ./docs/pqc_hackathon_results_certs_r3.html ./docs/pqc_hackathon_results_certs_r3_automated_tests.html ./docs/pqc_hackathon_results_cms_v1.html ./output/oqs/certs/oqs_certs.log ./docs/gh-pages - name: Archive Compatibility Matrix For Download uses: actions/upload-pages-artifact@v3 with: