Skip to content

Commit

Permalink
Update pipeline to run on stg branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Olaren15 committed Jul 2, 2024
1 parent 5c1322e commit 4fadb42
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 @@ -18,7 +18,7 @@ jobs:
run: dotnet restore
- name: Download Dalamud
run: |
wget https://goatcorp.github.io/dalamud-distrib/latest.zip
wget https://goatcorp.github.io/dalamud-distrib/stg/latest.zip
mkdir -p $HOME/.xlcore/dalamud/Hooks/dev
unzip latest.zip -d $HOME/.xlcore/dalamud/Hooks/dev
- name: Build
Expand Down

0 comments on commit 4fadb42

Please sign in to comment.