Skip to content

Commit

Permalink
fix: move off stg
Browse files Browse the repository at this point in the history
  • Loading branch information
kalilistic committed Oct 9, 2021
1 parent 5397b33 commit ee17bc6
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 @@ -26,7 +26,7 @@ jobs:
run: dotnet restore ./src
- name: Download Dalamud
run: |
Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/stg/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: Install GitVersion
uses: gittools/actions/gitversion/setup@v0.9.7
Expand Down

0 comments on commit ee17bc6

Please sign in to comment.