We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9cd9ba commit 0a802b9Copy full SHA for 0a802b9
.github/workflows/nutika_test.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Build executable
61
env:
62
APPLE_CERT_NAME: ${{ secrets.APPLE_CERT_NAME }}
63
- run: python -m nuitka --onefile --include-data-files=cycode/cli/config.yaml=cycode/cli/config.yaml --include-data-files=cycode/cyclient/config.yaml=cycode/cyclient/config.yaml --output-dir=out cycode/cli/main.py --macos-sign-identity "$APPLE_CERT_NAME"
+ run: python -m nuitka --onefile --include-data-files=cycode/cli/config.yaml=cycode/cli/config.yaml --include-data-files=cycode/cyclient/config.yaml=cycode/cyclient/config.yaml --output-dir=out cycode/cli/main.py --macos-sign-identity="$APPLE_CERT_NAME"
64
65
- name: Test executable
66
run: |
0 commit comments