From 949d417f7acb2ee0f3645ae5dd48f9c0351e2f39 Mon Sep 17 00:00:00 2001 From: Toshi Date: Fri, 5 Jul 2024 18:15:02 -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 a83ec94..b293e12 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,7 +20,7 @@ jobs: dotnet-version: 8.0.x - name: Download Dalamud Latest 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: Checkout repository