We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038e028 commit ea9e05dCopy full SHA for ea9e05d
.github/workflows/publish.yaml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Download Dalamud Latest
34
run: |
35
- Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/latest.zip -OutFile latest.zip
+ Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/stg/latest.zip -OutFile latest.zip
36
Expand-Archive -Force latest.zip -DestinationPath "$env:AppData\XIVLauncher\addon\Hooks\dev"
37
38
- name: Restore Nuget Packages for Rotations
0 commit comments