download from zip

This commit is contained in:
Rimo
2024-01-26 15:22:17 +00:00
parent fdb656e148
commit 9dea1aac7e
5 changed files with 93 additions and 54 deletions

View File

@@ -8,8 +8,8 @@ import * as installer from './installer'
*/
export async function run(): Promise<void> {
try {
install()
config()
await install()
await config()
} catch (error) {
// Fail the workflow run if an error occurs
if (error instanceof Error) core.setFailed(error.message)