Skip to content

Commit

Permalink
use stg branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SlashNephy committed Jul 3, 2024
1 parent 394cea1 commit 3d8ecf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-Common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/${env:DALAMUD_BRANCH}/latest.zip -OutFile latest.zip
Expand-Archive -Force latest.zip "$env:AppData\XIVLauncher\addon\Hooks\dev\"
env:
DALAMUD_BRANCH: apiX
DALAMUD_BRANCH: stg

- name: Build
run: dotnet build --configuration Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
dalamud-branch:
required: false
type: string
default: 'apiX'
default: 'stg'

permissions:
contents: read
Expand Down

0 comments on commit 3d8ecf9

Please sign in to comment.