Skip to content

Commit

Permalink
build.yml back to stg
Browse files Browse the repository at this point in the history
  • Loading branch information
MKhayle committed Nov 15, 2024
1 parent 2363e8a commit 1317c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: microsoft/setup-msbuild@v1.0.2
- name: Download Dalamud
run: |
Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/api11/latest.zip -OutFile latest.zip
Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/stg/latest.zip -OutFile latest.zip
Expand-Archive -Force latest.zip "$env:AppData\XIVLauncher\addon\Hooks\dev\"
- name: Build
run: |
Expand Down

0 comments on commit 1317c94

Please sign in to comment.