Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrust committed Nov 30, 2023
1 parent a417542 commit 3f7b22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
go-version: '1.20'

- name: Create package
run:
run: |
mkdir ${{ env.BUILD_DIR }}
mkdir -p ${{ env.BUILD_DIR }}/snarkbuild
cp -r ethstorage/prover/snarkjs/* ${{ env.BUILD_DIR }}
Expand Down

0 comments on commit 3f7b22d

Please sign in to comment.