core: add comment on versions where /template is supported #279
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Windows .exe - Pyinstaller | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Package Application | |
uses: ericoporto/agstoolbox-pyinstaller-action@main | |
with: | |
exe_file: agstoolbox.exe | |
exe_file_info: agstoolbox_version_info.txt | |
spec: agstoolbox.spec | |
path: . | |
- name: Package Application | |
uses: ericoporto/agstoolbox-pyinstaller-action@main | |
with: | |
exe_file: atbx.exe | |
exe_file_info: atbx_version_info.txt | |
spec: atbx.spec | |
path: . | |
- uses: actions/upload-artifact@v4 | |
with: | |
name: agstoolbox | |
path: ./dist/windows |