diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bd40647..b067ff9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,7 +44,8 @@ jobs: - name: Download Dalamud Library run: | - wget https://goatcorp.github.io/dalamud-distrib/${{ matrix.dalamud-version }}.zip -O /tmp/dalamud.zip + dalamud_version="${{ matrix.dalamud-version }}" + wget https://goatcorp.github.io/dalamud-distrib/${dalamud_version}${dalamud_version:+/}latest.zip -O /tmp/dalamud.zip unzip /tmp/dalamud.zip -d /tmp/dalamud - name: Restore Dependencies