Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX committed Dec 18, 2023
1 parent fa020c3 commit 5eb6afe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nutika_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
run: python -m nuitka --standalone --follow-imports --output-dir=dist cycode/cli/main.py

- name: Test executable
run: time ./dist/cycode version
run: |
cp dist/main.dist/main.bin dist/cycode
time ./dist/cycode version
- name: Sign macOS executable
if: runner.os == 'macOS'
Expand Down

0 comments on commit 5eb6afe

Please sign in to comment.