Skip to content

Commit 9ccb8c9

Browse files
committed
fix: entrypoint
1 parent 50cdc03 commit 9ccb8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id: pkg-action
2929
uses: lando/pkg-action@v2
3030
with:
31-
entrypoint: .
31+
entrypoint: ./bin/run
3232
arch: ${{ matrix.arch }}
3333
node-version: ${{ matrix.node-version }}
3434
os: ${{ matrix.os }}

0 commit comments

Comments
 (0)