We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7737fe1 commit bdf8a7eCopy full SHA for bdf8a7e
.github/workflows/installer.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v3
14
with:
15
repository: 'PathOfBuildingCommunity/PathOfBuilding-Installer'
16
- ref: 'poe2'
+ ref: 'master'
17
ssh-key: '${{ secrets.POB_INSTALLER_KEY }}'
18
- name: Create installer
19
run: 'python3 make_release.py --game-version 2'
0 commit comments