Skip to content

Commit

Permalink
Add BDTHPlugin (#1)
Browse files Browse the repository at this point in the history
* Add BDTHPlugin

* Fix BDTHPlugin build

* Fix workflow

* Update distribute (dde0751)

---------

Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
HirotaZX and actions-user authored Sep 15, 2024
1 parent 0eaa98f commit f36a3e3
Show file tree
Hide file tree
Showing 8 changed files with 77 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -67,12 +67,12 @@ jobs:
git config --local user.email "[email protected]"
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

6 changes: 6 additions & 0 deletions manifests/stable/BDTHPlugin/manifest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[plugin]
repository = "https://github.com/HirotaZX/BDTHPlugin.git"
commit = "a49ec0a2a6048265aba4ffc74d69a868db63f0eb"
owners = [ "LeonBlade" ]
project_path = "BDTHPlugin"
changelog = ''''''
7 changes: 6 additions & 1 deletion plugins/State.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Binary file modified plugins/stable/Artisan/latest.zip
Binary file not shown.
28 changes: 28 additions & 0 deletions plugins/stable/BDTHPlugin/BDTHPlugin.json
Original file line number Diff line number Diff line change
@@ -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"
}
Binary file added plugins/stable/BDTHPlugin/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/stable/BDTHPlugin/latest.zip
Binary file not shown.
35 changes: 34 additions & 1 deletion repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]

0 comments on commit f36a3e3

Please sign in to comment.