Skip to content

Commit a298763

Browse files
committed
Update publish_jsr.yml
1 parent a089bc0 commit a298763

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish_jsr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ jobs:
4848

4949
- name: 'Prepare files for JSR'
5050
run: |
51-
cp ./LICENSE ./jsr/LICENSE
51+
mkdir -p ./jsr/bin
5252
53+
cp ./LICENSE ./jsr/LICENSE
5354
cp ./artifacts/libcpp_bindings_linux.so ./jsr/bin/x86_64.so
5455
5556
sed "s/@PROJECT_VERSION@/${{ inputs.version }}/g" jsr/jsr.json.in > jsr/jsr.json

0 commit comments

Comments
 (0)