refactor: convert action to TS and bundle code (#95)

(cherry picked from commit 95bbb87724)
This commit is contained in:
Christian Svensson
2025-05-12 18:14:45 +02:00
committed by Leo Kettmeir
parent 909cc5acb0
commit d74ee56ed6
737 changed files with 39115 additions and 132946 deletions

View File

@@ -20,4 +20,4 @@ outputs:
description: "The release channel of the installed version."
runs:
using: "node20"
main: "main.mjs"
main: "dist/main.mjs"