diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b784fcb..4c50a55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - name: Download Dalamud run: | - wget https://goatcorp.github.io/dalamud-distrib/stg/latest.zip + wget https://goatcorp.github.io/dalamud-distrib/apiX/latest.zip unzip latest.zip -d dalamud/ echo "DALAMUD_HOME=$PWD/dalamud" >> $GITHUB_ENV