Skip to content

Commit 06e7e03

Browse files
committed
Fix bug
1 parent 10f65fa commit 06e7e03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pyarmor-smoke-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
- run: pip install PyInstaller
1212
- run: echo "print('Hello')" > foo.py
1313
- run: pyarmor gen --pack onefile foo.py
14-
- run: python dist/foo.py
14+
- run: ls -lh dist
15+
- run: dist/foo
1516
# test-mini-windows:
1617
# runs-on: windows-latest
1718
# steps:

0 commit comments

Comments
 (0)