diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bba4ddd..e7a6ca5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout manifests uses: actions/checkout@v4 with: - ref: ${{ github.ref }} + ref: ${{ github.head_ref || github.ref }} ssh-key: ${{ secrets.DEPLOY_KEY }} persist-credentials: true path: DalamudPlugins @@ -67,12 +67,12 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add . - git commit -m "Update distribute (${{ github.sha }})" + git commit -m "Update distribute (${{ github.event.pull_request.head.sha || github.sha }})" - name: Push plugin dist uses: ad-m/github-push-action@master with: - branch: ${{ github.ref }} + branch: ${{ github.head_ref || github.ref }} directory: DalamudPlugins ssh: true \ No newline at end of file diff --git a/manifests/stable/BDTHPlugin/manifest.toml b/manifests/stable/BDTHPlugin/manifest.toml new file mode 100644 index 0000000..2187517 --- /dev/null +++ b/manifests/stable/BDTHPlugin/manifest.toml @@ -0,0 +1,6 @@ +[plugin] +repository = "https://github.com/HirotaZX/BDTHPlugin.git" +commit = "a49ec0a2a6048265aba4ffc74d69a868db63f0eb" +owners = [ "LeonBlade" ] +project_path = "BDTHPlugin" +changelog = '''''' \ No newline at end of file diff --git a/plugins/State.toml b/plugins/State.toml index 4440a9b..23bc8ec 100644 --- a/plugins/State.toml +++ b/plugins/State.toml @@ -5,6 +5,11 @@ effective_version = "1.7.0.2" [channels.stable.plugins.InventoryToolsCN.changelogs] [channels.stable.plugins.Artisan] built_commit = "ed2c962e2d4172320ecc9a74a0eb4a3735842397" -time_built = 2024-09-15T06:46:29.409 +time_built = 2024-09-15T20:57:19.428 effective_version = "3.0.5.15" [channels.stable.plugins.Artisan.changelogs] +[channels.stable.plugins.BDTHPlugin] +built_commit = "a49ec0a2a6048265aba4ffc74d69a868db63f0eb" +time_built = 2024-09-15T20:57:25.298 +effective_version = "1.6.3.0" +[channels.stable.plugins.BDTHPlugin.changelogs] diff --git a/plugins/stable/Artisan/latest.zip b/plugins/stable/Artisan/latest.zip index 701a607..fc58eb4 100644 Binary files a/plugins/stable/Artisan/latest.zip and b/plugins/stable/Artisan/latest.zip differ diff --git a/plugins/stable/BDTHPlugin/BDTHPlugin.json b/plugins/stable/BDTHPlugin/BDTHPlugin.json new file mode 100644 index 0000000..330b720 --- /dev/null +++ b/plugins/stable/BDTHPlugin/BDTHPlugin.json @@ -0,0 +1,28 @@ +{ + "Author": "LeonBlade", + "Name": "Burning Down the House", + "InternalName": "BDTHPlugin", + "AssemblyVersion": "1.6.3.0", + "Description": "使用坐标系移动家具,随意摆放", + "ApplicableVersion": "any", + "RepoUrl": "https://github.com/LeonBlade/BDTHPlugin", + "Tags": [ + "bdth", + "housing", + "float", + "place", + "glitch", + "furnishing", + "LeonBlade" + ], + "DalamudApiLevel": 9, + "LoadRequiredState": 0, + "LoadSync": false, + "CanUnloadAsync": false, + "LoadPriority": 0, + "IconUrl": "https://github.com/LeonBlade/BDTHPlugin/raw/main/icon.png", + "Punchline": "轻松搞定装修!", + "AcceptsFeedback": true, + "_isDip17Plugin": true, + "_Dip17Channel": "stable" +} \ No newline at end of file diff --git a/plugins/stable/BDTHPlugin/images/icon.png b/plugins/stable/BDTHPlugin/images/icon.png new file mode 100644 index 0000000..3d5c5be Binary files /dev/null and b/plugins/stable/BDTHPlugin/images/icon.png differ diff --git a/plugins/stable/BDTHPlugin/latest.zip b/plugins/stable/BDTHPlugin/latest.zip new file mode 100644 index 0000000..fbd7937 Binary files /dev/null and b/plugins/stable/BDTHPlugin/latest.zip differ diff --git a/repo.json b/repo.json index 56979ee..d8fdc28 100644 --- a/repo.json +++ b/repo.json @@ -61,10 +61,43 @@ "AcceptsFeedback": true, "_isDip17Plugin": true, "_Dip17Channel": "stable", - "LastUpdate": 1726382789, + "LastUpdate": 1726433839, "DownloadLinkInstall": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/Artisan/latest.zip", "DownloadLinkTesting": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/Artisan/latest.zip", "DownloadLinkUpdate": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/Artisan/latest.zip", "DownloadCount": 0 + }, + { + "Author": "LeonBlade", + "Name": "Burning Down the House", + "InternalName": "BDTHPlugin", + "AssemblyVersion": "1.6.3.0", + "Description": "使用坐标系移动家具,随意摆放", + "ApplicableVersion": "any", + "RepoUrl": "https://github.com/LeonBlade/BDTHPlugin", + "Tags": [ + "bdth", + "housing", + "float", + "place", + "glitch", + "furnishing", + "LeonBlade" + ], + "DalamudApiLevel": 9, + "LoadRequiredState": 0, + "LoadSync": false, + "CanUnloadAsync": false, + "LoadPriority": 0, + "IconUrl": "https://github.com/LeonBlade/BDTHPlugin/raw/main/icon.png", + "Punchline": "轻松搞定装修!", + "AcceptsFeedback": true, + "_isDip17Plugin": true, + "_Dip17Channel": "stable", + "LastUpdate": 1726433845, + "DownloadLinkInstall": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/BDTHPlugin/latest.zip", + "DownloadLinkTesting": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/BDTHPlugin/latest.zip", + "DownloadLinkUpdate": "https://raw.githubusercontent.com/HirotaZX/DalamudPlugins/main/plugins/stable/BDTHPlugin/latest.zip", + "DownloadCount": 0 } ] \ No newline at end of file