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 6b7ae1e commit f412d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifact_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
uses: actions/download-artifact@v4
with:
name: Compatibility_oqs_csv
path: output/certs/oqs
path: output/oqs
- name: Overwrite manually-uploaded OQS results CSVs
run: cp ./output/certs/oqs/certs/* ./providers/oqs-provider/compatMatrices/artifacts_certs_r3
run: cp ./output/oqs/certs/* ./providers/oqs-provider/compatMatrices/artifacts_certs_r3
- name: Build compat matrix
run: ./src/rebuild_results_certs_r3.sh
- name: Copy output files
Expand Down

0 comments on commit f412d07

Please sign in to comment.