From 7d64fe11c58a7276540f3613417fac25e7fceba5 Mon Sep 17 00:00:00 2001 From: chirp <72366111+chirpxiv@users.noreply.github.com> Date: Thu, 5 Oct 2023 00:49:48 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a990ae7..bc44ade 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 run: dotnet restore @@ -86,4 +86,4 @@ jobs: git config --local user.email "github-actions@users.noreply.github.com" git commit -m "Update repo.json for ${{ github.ref_name }}" - git push origin HEAD:main \ No newline at end of file + git push origin HEAD:main