Skip to content

Switch to different pyinstaller action #7

Switch to different pyinstaller action

Switch to different pyinstaller action #7

Workflow file for this run

name: Release
on:
push:
tags:
- "*"
jobs:
windows-build-and-release:
permissions:
contents: write
runs-on: windows-latest
steps:
- name: Versatile PyInstaller
uses: sayyid5416/[email protected]
with:
spec: bot.spec
requirements: requirements.txt
python_ver: "3.12"
clean_checkout: false
- name: Inno Setup Action
uses: Minionguyjpro/[email protected]
with:
path: bot_setup.iss
- name: Create Release
uses: softprops/action-gh-release@v2
with:
files: windows_installer.exe
generate_release_notes: true