Revert Dalamud staging on release, and update api level.

This commit is contained in:
Ottermandias 2025-03-28 14:10:52 +01:00
parent b019da2a8c
commit 1a1d1c1840
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ jobs:
run: dotnet restore
- name: Download Dalamud
run: |
Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/stg/latest.zip -OutFile latest.zip
Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/latest.zip -OutFile latest.zip
Expand-Archive -Force latest.zip "$env:AppData\XIVLauncher\addon\Hooks\dev"
- name: Build
run: |

View file

@ -9,8 +9,8 @@
"TestingAssemblyVersion": "1.3.6.0",
"RepoUrl": "https://github.com/xivdev/Penumbra",
"ApplicableVersion": "any",
"DalamudApiLevel": 11,
"TestingDalamudApiLevel": 11,
"DalamudApiLevel": 12,
"TestingDalamudApiLevel": 12,
"IsHide": "False",
"IsTestingExclusive": "False",
"DownloadCount": 0,