Set Repo API level to 13 and remove stg from future releases.

This commit is contained in:
Ottermandias 2025-08-08 23:13:23 +02:00
parent 66543cc671
commit 46cfbcb115
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: |