Skip to content

Commit bdf8a7e

Browse files
committed
Fix 780: Installer action was using wrong installer branch
1 parent 7737fe1 commit bdf8a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/installer.yml

+1-1
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: 'poe2'
16+
ref: 'master'
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)