compiled artifact can't find deno.json
I'm using github actions to build and publish a binary like so
After downloading and unzipping the binary I noticed I have to add
even if I'm running in a directory with a deno.json file.
I'm running deno 1.37.0
Thanks in advance!
After downloading and unzipping the binary I noticed I have to add
chmod +x web which is fine, but then I seeeven if I'm running in a directory with a deno.json file.
I'm running deno 1.37.0
Thanks in advance!
