Skip to content

Commit db0ec07

Browse files
committed
fix workflow build command
1 parent b5e0661 commit db0ec07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
python-version: 3.12
2929
- run: pip install -r requirements.txt pyinstaller Pillow
30-
- run: pyinstaller main.py --onefile --collect-data=grapheme --name=ncp-${{ matrix.name }}
30+
- run: pyinstaller main.py --onefile --collect-data=grapheme --copy-metadata readchar --name=ncp-${{ matrix.name }} --hidden-import util.inquirer_console_render
3131
- run: ./dist/ncp-${{ matrix.name }} --help
3232
- run: |
3333
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)