Skip to content

Commit

Permalink
Fix 780: Installer action was using wrong installer branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Wires77 committed Feb 14, 2025
1 parent 7737fe1 commit bdf8a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: 'PathOfBuildingCommunity/PathOfBuilding-Installer'
ref: 'poe2'
ref: 'master'
ssh-key: '${{ secrets.POB_INSTALLER_KEY }}'
- name: Create installer
run: 'python3 make_release.py --game-version 2'
Expand Down

0 comments on commit bdf8a7e

Please sign in to comment.