4 Commits

Author SHA1 Message Date
e9e6937794 Merge branch 'main' of ssh://gitea.lozy.pink:22222/lozy360/spotify-honorific
Some checks failed
Build and Release / Build (push) Failing after 25s
2025-12-19 06:59:10 +02:00
abd7e2515f Update Dalamud SDK and Packager to v14.0.1
Upgraded Dalamud.NET.Sdk and DalamudPackager from version 14.0.0 to 14.0.1 in the project file and package lock. No other dependencies were changed.
2025-12-19 06:58:58 +02:00
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
4 changed files with 7 additions and 13 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Download Dalamud Latest
run: |
wget https://kamori.goats.dev/File/Get/ad4daeb959d7549f9cc8ba721cddc84e5382819a37ff38bfb9439a9e4fd3fb7d -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 }}
- name: Restore Project

View File

@@ -21,7 +21,7 @@ jobs:
- name: Download Dalamud Latest
run: |
wget https://kamori.goats.dev/File/Get/ad4daeb959d7549f9cc8ba721cddc84e5382819a37ff38bfb9439a9e4fd3fb7d -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 }}
- name: Restore Project
@@ -30,12 +30,6 @@ jobs:
- name: Build Project
run: dotnet build --configuration Release SpotifyHonorific/SpotifyHonorific.csproj -p:AssemblyVersion=${{ github.ref_name }}
- name: Create Release Asset
run: |
cd SpotifyHonorific/bin/Release
zip -r ../../../latest.zip .
cd ../../..
- name: Create Release
uses: actions/create-release@v1
id: create_release

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Dalamud.NET.Sdk/14.0.0">
<Project Sdk="Dalamud.NET.Sdk/14.0.1">
<PropertyGroup>
<Description>Update honorific title based on spotify informations</Description>
<IsPackable>false</IsPackable>
@@ -16,7 +16,7 @@
<Reference Include="Dalamud.Bindings.ImGuizmo" Private="false" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="DalamudPackager" Version="14.0.0" />
<PackageReference Update="DalamudPackager" Version="14.0.1" />
<PackageReference Update="DotNet.ReproducibleBuilds" Version="1.2.39" />
</ItemGroup>
</Project>

View File

@@ -4,9 +4,9 @@
"net10.0-windows7.0": {
"DalamudPackager": {
"type": "Direct",
"requested": "[14.0.0, )",
"resolved": "14.0.0",
"contentHash": "9c1q/eAeAs82mkQWBOaCvbt3GIQxAIadz5b/7pCXDIy9nHPtnRc+tDXEvKR+M36Wvi7n+qBTevRupkLUQp6DFA=="
"requested": "[14.0.1, )",
"resolved": "14.0.1",
"contentHash": "y0WWyUE6dhpGdolK3iKgwys05/nZaVf4ZPtIjpLhJBZvHxkkiE23zYRo7K7uqAgoK/QvK5cqF6l3VG5AbgC6KA=="
},
"DotNet.ReproducibleBuilds": {
"type": "Direct",