Skip to content

Commit

Permalink
fix zkllvm download path
Browse files Browse the repository at this point in the history
  • Loading branch information
x-mass committed Jun 24, 2024
1 parent 4ee22be commit 5562acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
- name: Set usefull strings
id: strings
run: |
echo "artifact-dir=$(realpath /__w/proof-producer/proof-producer/../artifacts)" >> $GITHUB_OUTPUT
echo "artifact-dir=$(realpath $GITHUB_WORKSPACE/../artifacts)" >> $GITHUB_OUTPUT
- name: Download circuits and assignments artifact
uses: dawidd6/action-download-artifact@v3
Expand Down

0 comments on commit 5562acc

Please sign in to comment.