5 Commits

Author SHA1 Message Date
14980a9ec4 Update .github/workflows/release.yml 2025-12-19 05:57:31 +01:00
e9d0a2b606 Update .github/workflows/build.yml 2025-12-19 05:57:09 +01:00
885119dc47 yes
All checks were successful
Build and Release / Build (push) Successful in 24s
2025-12-18 10:19:45 +02:00
6f825ec210 Update to 7.4 build dalamud
Some checks failed
Build and Release / Build (push) Failing after 23s
2025-12-18 10:09:07 +02:00
6578f83dd8 Update to 7.4
Some checks failed
Build and Release / Build (push) Failing after 13s
2025-12-18 10:03:45 +02:00
4 changed files with 21 additions and 20 deletions

View File

@@ -18,11 +18,11 @@ jobs:
- name: Set up .NET - name: Set up .NET
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v3
with: with:
dotnet-version: 9.0.x dotnet-version: 10.0.x
- name: Download Dalamud Latest - name: Download Dalamud Latest
run: | run: |
wget https://goatcorp.github.io/dalamud-distrib/latest.zip -O ${{ env.DALAMUD_HOME }}.zip wget https://goatcorp.github.io/dalamud-distrib/stg/latest.zip -O ${{ env.DALAMUD_HOME }}.zip
unzip ${{ env.DALAMUD_HOME }}.zip -d ${{ env.DALAMUD_HOME }} unzip ${{ env.DALAMUD_HOME }}.zip -d ${{ env.DALAMUD_HOME }}
- name: Restore Project - name: Restore Project

View File

@@ -17,11 +17,11 @@ jobs:
- name: Set up .NET - name: Set up .NET
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v3
with: with:
dotnet-version: 9.0.x dotnet-version: 10.0.x
- name: Download Dalamud Latest - name: Download Dalamud Latest
run: | run: |
wget https://kamori.goats.dev/File/Get/c047a875a16963ea8f47c51d87443610dee93285954d7ba60d91ce49c9474488 -O ${{ env.DALAMUD_HOME }}.zip wget https://goatcorp.github.io/dalamud-distrib/stg/latest.zip -O ${{ env.DALAMUD_HOME }}.zip
unzip ${{ env.DALAMUD_HOME }}.zip -d ${{ env.DALAMUD_HOME }} unzip ${{ env.DALAMUD_HOME }}.zip -d ${{ env.DALAMUD_HOME }}
- name: Restore Project - name: Restore Project
@@ -45,7 +45,7 @@ jobs:
run: | run: |
curl \ curl \
-X POST \ -X POST \
-H "Authorization: token ${{ gitea.token }}" \ -H "Authorization: token ${{ github.token }}" \
-H "Content-Type: application/zip" \ -H "Content-Type: application/zip" \
--data-binary @SpotifyHonorific/bin/Release/SpotifyHonorific/latest.zip \ --data-binary @latest.zip \
"${{ steps.create_release.outputs.upload_url }}?name=latest.zip" "${{ steps.create_release.outputs.upload_url }}?name=latest.zip"

View File

@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Dalamud.NET.Sdk/13.0.0"> <Project Sdk="Dalamud.NET.Sdk/14.0.0">
<PropertyGroup> <PropertyGroup>
<Description>Update honorific title based on spotify informations</Description> <Description>Update honorific title based on spotify informations</Description>
<IsPackable>false</IsPackable> <IsPackable>false</IsPackable>
<TargetFramework>net9.0-windows7.0</TargetFramework> <TargetFramework>net10.0-windows7.0</TargetFramework>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Scriban" Version="6.0.0" /> <PackageReference Include="Scriban" Version="6.5.2" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Reference Remove="ImGui.NET" /> <Reference Remove="ImGui.NET" />
@@ -16,6 +16,7 @@
<Reference Include="Dalamud.Bindings.ImGuizmo" Private="false" /> <Reference Include="Dalamud.Bindings.ImGuizmo" Private="false" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Update="DalamudPackager" Version="13.0.0" /> <PackageReference Update="DalamudPackager" Version="14.0.0" />
<PackageReference Update="DotNet.ReproducibleBuilds" Version="1.2.39" />
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@@ -1,24 +1,24 @@
{ {
"version": 1, "version": 1,
"dependencies": { "dependencies": {
"net9.0-windows7.0": { "net10.0-windows7.0": {
"DalamudPackager": { "DalamudPackager": {
"type": "Direct", "type": "Direct",
"requested": "[13.0.0, )", "requested": "[14.0.0, )",
"resolved": "13.0.0", "resolved": "14.0.0",
"contentHash": "Mb3cUDSK/vDPQ8gQIeuCw03EMYrej1B4J44a1AvIJ9C759p9XeqdU9Hg4WgOmlnlPe0G7ILTD32PKSUpkQNa8w==" "contentHash": "9c1q/eAeAs82mkQWBOaCvbt3GIQxAIadz5b/7pCXDIy9nHPtnRc+tDXEvKR+M36Wvi7n+qBTevRupkLUQp6DFA=="
}, },
"DotNet.ReproducibleBuilds": { "DotNet.ReproducibleBuilds": {
"type": "Direct", "type": "Direct",
"requested": "[1.2.25, )", "requested": "[1.2.39, )",
"resolved": "1.2.25", "resolved": "1.2.39",
"contentHash": "xCXiw7BCxHJ8pF6wPepRUddlh2dlQlbr81gXA72hdk4FLHkKXas7EH/n+fk5UCA/YfMqG1Z6XaPiUjDbUNBUzg==" "contentHash": "fcFN01tDTIQqDuTwr1jUQK/geofiwjG5DycJQOnC72i1SsLAk1ELe+apBOuZ11UMQG8YKFZG1FgvjZPbqHyatg=="
}, },
"Scriban": { "Scriban": {
"type": "Direct", "type": "Direct",
"requested": "[6.0.0, )", "requested": "[6.5.2, )",
"resolved": "6.0.0", "resolved": "6.5.2",
"contentHash": "MZOtxtcehrCGiVwHpdcZQSe04Zy4IJfltVZdmlr1nFvSvEXnu50SWa7fonC0bqfMyTnNhQcY9BmEt882P129qw==" "contentHash": "JXli/Sh1WVZs/pqnPPRJTlwEsZHPJtndzxiaPnrteXDpAqVqHxh4ifhx4puTaYKVMPJUMOp9bnCpEVBpYlt/eQ=="
} }
} }
} }