3151150
This commit is contained in:
6
.github/workflows/build-exe.yml
vendored
6
.github/workflows/build-exe.yml
vendored
@@ -8,9 +8,9 @@ permissions:
|
|||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: "3.11.9"
|
PYTHON_VERSION: "3.9.1"
|
||||||
PYTHON_DIR: 'C:\Python311'
|
PYTHON_DIR: 'C:\Python391'
|
||||||
PYTHON_EXE: 'C:\Python311\python.exe'
|
PYTHON_EXE: 'C:\Python391\python.exe'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user