Update build.yml

ac615223s5 2 years ago committed by GitHub
parent 4497456ed7
commit eb69819542
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -84,16 +84,10 @@ jobs:
max_attempts: 1
mac_certs: ${{ secrets.mac_certs }}
mac_certs_password: ${{ secrets.mac_certs_password }}
# Temporary 30 day certificate, not needed for Microsoft Store
# windows_certs: ${{ secrets.windows_certs }}
# windows_certs_password: ${{ secrets.windows_certs_password }}
env:
APPLE_API_KEY: ~/.appstoreconnect/private_keys/AuthKey_${{ secrets.api_key_id }}.p8
APPLE_API_KEY_ID: ${{ secrets.api_key_id }}
APPLE_API_ISSUER: ${{ secrets.api_key_issuer_id }}
- name: (MacOS) Upload to Mac App Store
if: startsWith(matrix.os, 'macos') && env.is_tag == 'true'

Loading…
Cancel
Save