-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add BDTHPlugin * Fix BDTHPlugin build * Fix workflow * Update distribute (dde0751) --------- Co-authored-by: GitHub Action <[email protected]>
- Loading branch information
1 parent
0eaa98f
commit f36a3e3
Showing
8 changed files
with
77 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 "[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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = '''''' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters