fix: use absolute path
This commit is contained in:
parent
a74392fec5
commit
6af82b244a
|
@ -17,4 +17,4 @@ echo "Publishing to node: $INPUT_NODE"
|
|||
echo "Publishing folder: $INPUT_FOLDER"
|
||||
|
||||
# Example command (replace with your actual command)
|
||||
bun ./src/index.ts
|
||||
bun /app/src/index.ts
|
||||
|
|
Loading…
Reference in New Issue