Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,19 @@ jobs:
cargo install --git https://codeberg.org/redstrate/DalamudRepoTool.git

- name: Checkout manifests
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: redstrate/DalamudPlugins
path: manifests
ref: ${{ github.event.pull_request.head.sha }}

- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v5
with:
dotnet-version: "10.0.x"

- name: Checkout Plogon
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: redstrate/Plogon
path: Plogon
Expand All @@ -54,7 +59,7 @@ jobs:
--mode=Commit --build-all

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: plugin-artifact
path: output
Expand Down
2 changes: 1 addition & 1 deletion stable/AllowLoginFail/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[plugin]
repository = "https://codeberg.org/redstrate/AllowLoginFail.git"
commit = "737370daacb04ede5151d5db2a86f67b0309286d"
commit = "cd8784fd6059a77dc9a0e76f0832ae3c24f565c1"
owners = [ "redstrate" ]
changelog = ''''''
2 changes: 1 addition & 1 deletion stable/Auracite/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[plugin]
repository = "https://github.com/redstrate/Auracite.git"
commit = "e3fa3dab5b6880ce869152acc4ea01e18cab160b"
commit = "9171814eb88824fd0f17a0a1824c4e707cee5909"
owners = [ "redstrate" ]
changelog = ''''''
project_path = "dalamud"
2 changes: 1 addition & 1 deletion stable/EasyFullscreen/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[plugin]
repository = "https://codeberg.org/redstrate/EasyFullscreen.git"
commit = "314de412b5c7d390e120589c8b66e70d47b143ad"
commit = "1045468fdc96d98f5dd074eea696c4c47ffa214b"
owners = [ "redstrate" ]
changelog = ''''''
2 changes: 1 addition & 1 deletion stable/Hooky/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[plugin]
repository = "https://codeberg.org/redstrate/Hooky.git"
commit = "b6437cb41046721e12aaac10f82e48188246959c"
commit = "8938e4ff061af8b68bb268551f71fa1726b5a25e"
owners = [ "redstrate" ]
changelog = ''''''
2 changes: 1 addition & 1 deletion stable/Rebound/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[plugin]
repository = "https://github.com/redstrate/Rebound.git"
commit = "d4514674136f4d4bc556626470983e1224dcae37"
commit = "09349a0c949cc7535e5596c4674995836c78ac72"
owners = [ "redstrate" ]
changelog = ''''''
2 changes: 1 addition & 1 deletion stable/Refitter/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[plugin]
repository = "https://codeberg.org/redstrate/Refitter.git"
commit = "218ab5e3afd15397940eff3885696c9a1cbe0c04"
commit = "f3f41a2cb30d961206c0514ca9b10db50fa859ec"
owners = [ "redstrate" ]
changelog = ''''''
2 changes: 1 addition & 1 deletion stable/Scripter/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[plugin]
repository = "https://codeberg.org/redstrate/Scripter.git"
commit = "84c1897b7e179db471e2b1b86ffd30842be55233"
commit = "08fdc1d0b557ce0d31db377f48acdb1f88c7c797"
owners = [ "redstrate" ]
changelog = ''''''
Loading