Update deploy.yml

This commit is contained in:
Alex Spataru 2024-11-29 23:43:21 -05:00 committed by GitHub
parent ae7299b15f
commit 858f4df8c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -230,10 +230,6 @@ jobs:
with:
product-path: ${{env.EXECUTABLE}}-${{env.VERSION}}-macOS-Universal.dmg
- name: '📦 Create Package file'
run: |
productbuild --component "${{env.APPLICATION}}.app" /Applications --sign "${{secrets.APPLE_INSTALLER_TEAM_ID}}" ${{env.EXECUTABLE}}-${{env.VERSION}}-macOS-Universal.pkg
- name: '📤 Upload artifact: DMG'
uses: actions/upload-artifact@v4
with: