Update workflows to use dalamud release.

This commit is contained in:
Ottermandias 2022-07-11 17:49:49 +02:00
parent 769f54e8dd
commit b3ee622396
3 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ jobs:
run: dotnet restore
- name: Download Dalamud
run: |
Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/net5/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: Build
run: |