fix reproduce scripts

This commit is contained in:
Julien Cretin
2021-08-05 11:54:53 +02:00
committed by Julien Cretin
parent d25f65c565
commit 7a812a657b
3 changed files with 8 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- name: Use sample cryptographic material
run: rm -R crypto_data/ && cp -r reproducible/sample_crypto_data crypto_data
- name: Computing cryptographic hashes
run: ./reproduce_hashes.sh
run: ./maintainers/reproduce_hashes.sh
- name: Upload reproduced binaries
uses: actions/upload-artifact@v1