Skip to content

Few optimisations and changes, like a try-catches around the process … #8

Few optimisations and changes, like a try-catches around the process …

Few optimisations and changes, like a try-catches around the process … #8

Workflow file for this run

name: publish-exe
on:
workflow_dispatch:
push:
paths:
- "**.ps1"
jobs:
ps1-to-exe:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Install Ps2exe
run: Install-Module ps2exe -force
- name: Comple
run: Invoke-ps2exe .\main.ps1 .\likes-gay-configurator.exe
- name: Publish
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: latest
prerelease: false
files: likes-gay-configurator.exe