We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cdc03 commit 9ccb8c9Copy full SHA for 9ccb8c9
1 file changed
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
id: pkg-action
29
uses: lando/pkg-action@v2
30
with:
31
- entrypoint: .
+ entrypoint: ./bin/run
32
arch: ${{ matrix.arch }}
33
node-version: ${{ matrix.node-version }}
34
os: ${{ matrix.os }}
0 commit comments