diff --git a/.github/workflows/releaseNigthly.yml b/.github/workflows/releaseNigthly.yml index 9e2b233..39f60d3 100644 --- a/.github/workflows/releaseNigthly.yml +++ b/.github/workflows/releaseNigthly.yml @@ -166,7 +166,7 @@ jobs: rm $CERTIFICATE security set-key-partition-list -S "apple-tool:,apple:" -s -k mysecretpassword build.keychain security find-identity -v - sntp -sS time.apple.com + sudo sntp -sS time.apple.com xcrun altool --store-password-in-keychain-item "ALTOOL_PASSWORD" -u "$ALTOOL_USERNAME" -p "${{ secrets.APPLE_SIGNING_ALTOOL_PASSWORD }}" - name: Ensure base deps shell: bash