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 cb6b1e0 commit 69b2838
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/artifact_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Save artifacts
uses: actions/upload-artifact@v4
with:
name: Compatibility_csv
name: Compatibility_oqs_csv
path: ./output/
build_results_html:
runs-on: ubuntu-latest
Expand All @@ -44,8 +44,10 @@ jobs:
- name: Overwrite manually uploaded OQS results with automated results
uses: actions/download-artifact@v4
with:
name: Compatibility_csv
path: ./providers/oqsprovider/compatMatrices/artifacts_certs_r3
name: Compatibility_oqs_csv
path: output/certs/oqs
- name: Overwrite manually-uploaded OQS results CSVs
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
Expand Down

0 comments on commit 69b2838

Please sign in to comment.