From ae7735c2692d0770c9f25b1d5169383a022fac37 Mon Sep 17 00:00:00 2001 From: chirp <72366111+chirpxiv@users.noreply.github.com> Date: Wed, 20 Nov 2024 19:02:40 +0000 Subject: [PATCH] Target stg for release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d47b27556..dfe67bcec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: - name: Download Dalamud Library run: | - wget https://goatcorp.github.io/dalamud-distrib/latest.zip -O /tmp/dalamud.zip + wget https://goatcorp.github.io/dalamud-distrib/stg/latest.zip -O /tmp/dalamud.zip unzip /tmp/dalamud.zip -d /tmp/dalamud - name: Restore Dependencies