fix: use absolute path

This commit is contained in:
Derrick Hammer 2023-12-28 01:15:36 -05:00
parent a74392fec5
commit 6af82b244a
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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