Skip to content

Commit d916932

Browse files
committed
Update installer script to pull from different branch
1 parent 7288797 commit d916932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v3
1414
with:
1515
repository: 'PathOfBuildingCommunity/PathOfBuilding-Installer'
16-
ref: 'master'
16+
ref: 'poe2'
1717
ssh-key: '${{ secrets.POB_INSTALLER_KEY }}'
1818
- name: Create installer
1919
run: 'python3 make_release.py --game-version 2'

0 commit comments

Comments
 (0)