From 0624a33b0c3d19b348efe5a7d90202e746cb08df Mon Sep 17 00:00:00 2001 From: Harold Iedema Date: Sun, 17 Nov 2024 00:38:41 +0100 Subject: [PATCH] Compile against Dalamud staging --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d8f022f..e97ffa0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - name: Download Dalamud Latest run: | - Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/latest.zip -OutFile latest.zip + Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/stg/latest.zip -OutFile latest.zip Expand-Archive -Force latest.zip "$env:AppData\XIVLauncher\addon\Hooks\dev" - name: Download Umbra Latest