This commit is contained in:
naielv
2025-08-15 17:05:02 +02:00
parent 4988bdff1e
commit 77600a45d5
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
with:
python-version: '3.11'
- name: "Build Files"
run: "python3 build.py"
run: "python3 build.py ${{github.ref_name}}"
- name: Create Executable
uses: sayyid5416/pyinstaller@v1
with: