From c292a20d404028f4aebedc3ff87326145ca29d0a Mon Sep 17 00:00:00 2001 From: Toshi Date: Fri, 5 Jul 2024 18:14:58 -0400 Subject: [PATCH] Release Workflow Updating workflow to release version of Dalamud --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index b6c8ed1..a594d22 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -27,7 +27,7 @@ jobs: - name: Download Dalamud Latest run: | - Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/apiX/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: Restore Nuget Packages