The project releases s390x binaries (64bit), but not s390 (31bit). Node
reports a s390x runner correctly as "s390x", so instllations will fail
on this platform.
https://nodejs.org/api/os.html#osarch
Hence the s390 arch case has been changed to the s390x.
Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>
Bumps @actions/core from 1.10.0 to 1.10.1 and typescript from 5.2.2 to
5.5.3.
Closes#33, closes#39.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This PR revamps setup action with typescript and
1) add a new job to verify `dist` folder complication
2) update viable version to 1.1.0 and 1.0.1
---------
Signed-off-by: Billy Zha <jinzha1@microsoft.com>