Skip to content

Commit

Permalink
Update binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xavi-pinsach authored Jun 8, 2022
1 parent 0a6f398 commit c30a3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: cargo test --verbose

- name: Tar files
run: tar -cvf circom.tar /home/runner/work/circom/circom/target/release/
run: tar -cvf circom.tar -C /home/runner/work/circom/circom/target/release circom

- name: Upload binary
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c30a3bc

Please sign in to comment.