Skip to content

Commit 126f5bb

Browse files
committed
fix linux package upload
1 parent dbeda53 commit 126f5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: |
8787
set -x
8888
mkdir rapidsnark-linux-x86_64-${{ github.ref_name }}
89-
cp -r rapidsnark-Linux-x86_64/* rapidsnark-linux-x86_64-${{ github.ref_name }}/
89+
cp -r package/* rapidsnark-linux-x86_64-${{ github.ref_name }}/
9090
zip -r rapidsnark-linux-x86_64-${{ github.ref_name }}.zip rapidsnark-linux-x86_64-${{ github.ref_name }}
9191
gh release upload ${{ github.event.release.tag_name }} rapidsnark-linux-x86_64-${{ github.ref_name }}.zip
9292

0 commit comments

Comments
 (0)