Disable release builder. Doesnt work
Package Application with PyInstaller / build (push) Successful in 31s
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:
@@ -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}}"
|
||||
|
||||
Reference in New Issue
Block a user