We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea51ed commit 7374561Copy full SHA for 7374561
.github/workflows/publish.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Download Dalamud Latest
28
run: |
29
- wget https://goatcorp.github.io/dalamud-distrib/latest.zip -O ${{ env.DALAMUD_HOME }}.zip
+ wget https://goatcorp.github.io/dalamud-distrib/stg/latest.zip -O ${{ env.DALAMUD_HOME }}.zip
30
unzip ${{ env.DALAMUD_HOME }}.zip -d ${{ env.DALAMUD_HOME }}
31
32
- name: Restore Project
0 commit comments