Skip to content
This repository was archived by the owner on May 24, 2025. It is now read-only.

Commit 85064ec

Browse files
committed
Update workflow.yml
1 parent e337002 commit 85064ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,19 @@ jobs:
3737
uses: sayyid5416/pyinstaller@v1
3838
with:
3939
python_ver: '3.10'
40-
spec: 'main.spec'
40+
spec: 'main.py'
4141
requirements: 'requirements.txt'
4242
upload_exe_with_name: 'Exitlag Auto Signup v3.${{ github.run_number }}'
4343
options: --onefile, --name "exitlag-auto-signup v3.${{ github.run_number }}", --clean
44+
compression_level: 0
4445

4546
- name: List files for debugging
4647
run: ls -R
4748

4849
- name: Upload Executable
4950
uses: actions/upload-artifact@v3
5051
with:
51-
name: exitlag-auto-signup v3.${{ github.run_number }}
52+
name: Exitlag Auto Signup v3.${{ github.run_number }}
5253
path: exitlag-auto-signup v3.${{ github.run_number }}.exe
5354

5455
- name: Create a new tag

0 commit comments

Comments
 (0)