Fix artifact upload path in JVM CI publishing workflow
This commit is contained in:
parent
8c934e9bfc
commit
f834da11c5
2
.github/workflows/publish-jvm.yaml
vendored
2
.github/workflows/publish-jvm.yaml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# name: no name is required because we upload the entire directory
|
# name: no name is required because we upload the entire directory
|
||||||
# the default name "artifact" will be used
|
# the default name "artifact" will be used
|
||||||
path: /Users/runner/work/bdk-kotlin/bdk-kotlin/bdk-jvm/lib/src/main/resources/
|
path: /Users/runner/work/bdk-ffi/bdk-ffi/bdk-jvm/lib/src/main/resources/
|
||||||
|
|
||||||
build-jvm-full-library:
|
build-jvm-full-library:
|
||||||
name: Create full bdk-jvm library
|
name: Create full bdk-jvm library
|
||||||
|
Loading…
x
Reference in New Issue
Block a user