Skip to content

Commit

Permalink
Add game version parameter to installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
Wires77 authored Jan 8, 2025
1 parent 2574526 commit bec9737
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 @@ -15,7 +15,7 @@ jobs:
ref: 'master'
ssh-key: '${{ secrets.POB_INSTALLER_KEY }}'
- name: Create installer
run: 'python3 make_release.py'
run: 'python3 make_release.py --game-version 1'
- name: Upload artifact
run: >
gh release upload ${{ github.event.release.tag_name }} (Get-ChildItem Dist -File).FullName --clobber -R ${{ github.repository }};
Expand Down

0 comments on commit bec9737

Please sign in to comment.