fix build

This commit is contained in:
Asriel Camora
2024-06-30 19:03:21 -07:00
parent 4dffebf0bd
commit 7f0954a9c7
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
- name: Download Dalamud - name: Download Dalamud
run: | 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/ unzip latest.zip -d dalamud/
echo "DALAMUD_HOME=$PWD/dalamud" >> $GITHUB_ENV echo "DALAMUD_HOME=$PWD/dalamud" >> $GITHUB_ENV