Skip to content

Commit

Permalink
Update artifact_validation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth authored Jul 21, 2024
1 parent 632abe4 commit 439e2dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/artifact_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
name: Compatibility_oqs_csv
path: output/certs/oqs
- name: Overwrite manually-uploaded OQS results CSVs
run: cp ./output/certs/oqs/* ./providers/oqs/oqsprovider/compatMatrices/artifacts_certs_r3
run: cp ./output/certs/oqs/* ./providers/oqsprovider/compatMatrices/artifacts_certs_r3
- 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 ./docs/toUpload
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 ./docs/gh-pages
- name: Archive Compatibility Matrix For Download
uses: actions/upload-pages-artifact@v3
with:
path: ./docs/toUpload
path: ./docs/gh-pages
publish_to_gh_pages:
needs: build_results_html
permissions:
Expand Down

0 comments on commit 439e2dc

Please sign in to comment.