Disable release builder. Doesnt work
Package Application with PyInstaller / build (push) Successful in 31s

Add ctrl+C better support using try except statements
Add workshop paths
This commit is contained in:
LunaChocken
2025-06-07 23:52:05 +01:00
parent 727ac44418
commit 02731ad9ca
4 changed files with 34 additions and 18 deletions
+6 -4
View File
@@ -1,7 +1,9 @@
# DISABLED
name: release
on:
workflow_dispatch:
# on:
# workflow_dispatch:
jobs:
release:
@@ -16,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11.0'
python-version: "3.11.0"
- name: Install dependencies
run: >
python -m pip install --upgrade pip
@@ -30,4 +32,4 @@ jobs:
with:
files: |-
dist/**
api_key: '${{secrets.RELEASE_TOKEN}}'
api_key: "${{secrets.RELEASE_TOKEN}}"