We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbeda53 commit 126f5bbCopy full SHA for 126f5bb
.github/workflows/build.yml
@@ -86,7 +86,7 @@ jobs:
86
run: |
87
set -x
88
mkdir rapidsnark-linux-x86_64-${{ github.ref_name }}
89
- cp -r rapidsnark-Linux-x86_64/* rapidsnark-linux-x86_64-${{ github.ref_name }}/
+ cp -r package/* rapidsnark-linux-x86_64-${{ github.ref_name }}/
90
zip -r rapidsnark-linux-x86_64-${{ github.ref_name }}.zip rapidsnark-linux-x86_64-${{ github.ref_name }}
91
gh release upload ${{ github.event.release.tag_name }} rapidsnark-linux-x86_64-${{ github.ref_name }}.zip
92
0 commit comments