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 b83ab9a commit 45efee1Copy full SHA for 45efee1
.github/workflows/release.yml
@@ -83,9 +83,7 @@ jobs:
83
- name: Build macOS
84
if: matrix.os == 'macos-10.15'
85
working-directory: ${{ env.MCUBOOT_PATH }}/scripts/
86
- run: |
87
- codesign --remove-signature Python
88
- pyinstaller --osx-entitlements-file ${{ env.IMGTOOL_PACKING_PATH }}/entitlements.plist --onefile main.py -n ${{ env.PROJECT_NAME }}
+ run: pyinstaller --osx-entitlements-file ${{ env.IMGTOOL_PACKING_PATH }}/entitlements.plist --onefile main.py -n ${{ env.PROJECT_NAME }}
89
90
- name: Package
91
if: matrix.os == 'windows-latest'
0 commit comments