Skip to content

Commit

Permalink
fix: hacspec CI zip artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
geonnave committed Sep 19, 2023
1 parent c2b1cd6 commit e5cca6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Generate fstar
run: |
docker run --rm -v ${{ github.workspace }}:/edhoc-rs hacspec-v2 bash -c "cd edhoc-rs/hacspec && cargo-hax -C -p edhoc-hacspec -p edhoc-crypto -p edhoc-consts -p edhoc-crypto-hacspec \; into fstar"
zip -j -r edhoc-rs-fstar.zip $(find ./hacspec -name *fst)
zip -j -r edhoc-rs-fstar.zip $(find . -name *fst)
- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e5cca6e

Please sign in to comment.