Skip to content

Commit 5034ac1

Browse files
committed
typo
1 parent 2487bd4 commit 5034ac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/artifact_validation.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v4
2020
- name: Test artifacts with OQS
21-
run: ./src/test_certs_r4 oqs
21+
run: ./src/test_certs_r4.sh oqs
2222
- name: Save artifacts
2323
uses: actions/upload-artifact@v4
2424
with:
@@ -31,7 +31,7 @@ jobs:
3131
- name: Checkout code
3232
uses: actions/checkout@v4
3333
- name: Test artifacts with BC
34-
run: ./src/test_certs_r4 bc
34+
run: ./src/test_certs_r4.sh bc
3535
- name: Save artifacts
3636
uses: actions/upload-artifact@v4
3737
with:

0 commit comments

Comments
 (0)