What changed:
- Added the
file
input to skip the build step and publish a pre-built.zip
file instead - The action now uses a pre-built docker image as well, eliminating a lot of time spent updating ubuntu on every run
- The deno script is now cached in the build step and uses deno's new npm interop to eliminate issues with the
toml
package giving a500
error sometimes