From c9e250d1481fdba0e64cbd0bf09297b498ececb0 Mon Sep 17 00:00:00 2001 From: Det <13919114+InitialDet@users.noreply.github.com> Date: Sun, 30 Jun 2024 10:45:48 -0300 Subject: [PATCH] Update build.yml [PUSH] --- .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 3358d1d..8b7cc39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - 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: |