Skip to content

Commit

Permalink
correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes committed Nov 21, 2023
1 parent 9dd208f commit ba1e70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/playnite-action-runner/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"executor": "nx:run-commands",
"options": {
"commands": [
"export VERSION=$(cat package.json | jq -r '.version') && docker build -t ghcr.io/andrew-codes/playnite-action-runner:latest -t ghcr.io/andrew-codes/playnite-action-runner:$VERSION ."
"export VERSION=$(cat ../package.json | jq -r '.version') && docker build -t ghcr.io/andrew-codes/playnite-action-runner:latest -t ghcr.io/andrew-codes/playnite-action-runner:$VERSION ."
],
"cwd": "{projectRoot}/src"
}
Expand Down

0 comments on commit ba1e70d

Please sign in to comment.