We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a089bc0 commit a298763Copy full SHA for a298763
1 file changed
.github/workflows/publish_jsr.yml
@@ -48,8 +48,9 @@ jobs:
48
49
- name: 'Prepare files for JSR'
50
run: |
51
- cp ./LICENSE ./jsr/LICENSE
+ mkdir -p ./jsr/bin
52
53
+ cp ./LICENSE ./jsr/LICENSE
54
cp ./artifacts/libcpp_bindings_linux.so ./jsr/bin/x86_64.so
55
56
sed "s/@PROJECT_VERSION@/${{ inputs.version }}/g" jsr/jsr.json.in > jsr/jsr.json
0 commit comments