mirror of
https://ak-git.vectorsigma.ru/terghalin/metalcheck-cli.git
synced 2026-02-21 17:40:31 +09:00
fix(ci): use correct path to main.py
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
pip install pyinstaller
|
||||
|
||||
- name: Build Binary
|
||||
run: pyinstaller --onefile --name=metalcheck main.py
|
||||
run: pyinstaller --onefile --name=metalcheck cli/main.py
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user