ci: fix action

This commit is contained in:
Tsubasa6848
2024-06-20 15:18:47 +08:00
Unverified
5 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
xmake-version: branch@master
- run: |
xmake repo -u
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
xmake-version: branch@master
- run: |
xmake repo -u
+2 -1
View File
@@ -1,9 +1,10 @@
{
"name": "${pluginName}",
"entry": "${pluginFile}",
"version": "0.12.8",
"version": "0.13.0",
"author": "GroupMountain",
"type": "native",
"passive": true,
"dependencies": [
{
"name": "GMLIB"
+2 -2
View File
@@ -10,8 +10,8 @@ using namespace Mod;
#define PLUGIN_NAME fmt::format(fg(fmt::color::light_green), "GMLIB-LRCA")
#define LIB_VERSION_MAJOR 0
#define LIB_VERSION_MINOR 12
#define LIB_VERSION_PATCH 8
#define LIB_VERSION_MINOR 13
#define LIB_VERSION_PATCH 0
#define LIB_VERSION Version(LIB_VERSION_MAJOR, LIB_VERSION_MINOR, LIB_VERSION_PATCH)
+3 -3
View File
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "github.com/GroupMountain/GMLIB-LegacyRemoteCallApi",
"version": "0.12.8",
"version": "0.13.0",
"info": {
"name": "GMLIB-LegacyRemoteCallApi",
"description": "Legacy RemoteCall API for GMLIB",
@@ -14,9 +14,9 @@
"library"
]
},
"asset_url": "https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi/releases/download/v0.12.8/GMLIB-LegacyRemoteCallApi-windows-x64.zip",
"asset_url": "https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi/releases/download/v0.13.0/GMLIB-LegacyRemoteCallApi-windows-x64.zip",
"dependencies": {
"github.com/GroupMountain/GMLIB": ">=0.12.8"
"github.com/GroupMountain/GMLIB": ">=0.13.0"
},
"files": {
"place": [