diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6d3a5bb..ddf5034 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -35,7 +35,7 @@ jobs: - name: Download Dalamud run: | mkdir -p ${{ env.DALAMUD_HOME }} - curl -L https://goatcorp.github.io/dalamud-distrib/api11/latest.zip -o latest.zip + curl -L https://goatcorp.github.io/dalamud-distrib/latest.zip -o latest.zip unzip latest.zip -d ${{ env.DALAMUD_HOME }} # Install the .NET SDK indicated in the global.json file diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1bae81c..cd233f3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: - name: Download Dalamud run: | mkdir -p ${{ env.DALAMUD_HOME }} - curl -L https://goatcorp.github.io/dalamud-distrib/api11/latest.zip -o latest.zip + curl -L https://goatcorp.github.io/dalamud-distrib/latest.zip -o latest.zip unzip latest.zip -d ${{ env.DALAMUD_HOME }} # Install the .NET SDK indicated in the global.json file