Skip to content

Commit 3a4056d

Browse files
authored
fix(lazer-publisher-sdk): Fix script not found (#2600)
1 parent 7d5f891 commit 3a4056d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-rust-lazer-publisher-sdk.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout sources
1414
uses: actions/checkout@v2
1515

16-
- run: publish.sh
16+
- run: ./publish.sh
1717
env:
1818
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
1919
working-directory: "lazer/publisher_sdk/rust"

0 commit comments

Comments
 (0)