v1.1.1
This commit is contained in:
Vendored
+1
-1
@@ -71442,7 +71442,7 @@ async function run() {
|
|||||||
else {
|
else {
|
||||||
await unix_install_1.unixInstall(version);
|
await unix_install_1.unixInstall(version);
|
||||||
}
|
}
|
||||||
await exec_1.exec('xmake --version');
|
await exec_1.exec('xmake --root --version');
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
const ex = error;
|
const ex = error;
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "github-action-setup-xmake",
|
"name": "github-action-setup-xmake",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"description": "Set up your GitHub Actions workflow with a specific version of xmake",
|
"description": "Set up your GitHub Actions workflow with a specific version of xmake",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"author": "OpportunityLiu",
|
"author": "OpportunityLiu",
|
||||||
|
|||||||
+1
-1
@@ -14,7 +14,7 @@ async function run(): Promise<void> {
|
|||||||
} else {
|
} else {
|
||||||
await unixInstall(version);
|
await unixInstall(version);
|
||||||
}
|
}
|
||||||
await exec('xmake --version');
|
await exec('xmake --root --version');
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
const ex = error as Error;
|
const ex = error as Error;
|
||||||
core.setFailed(ex.message);
|
core.setFailed(ex.message);
|
||||||
|
|||||||
Reference in New Issue
Block a user