Add SDKROOT to release workflow

(cherry picked from commit 99005e2c42)
This commit is contained in:
Hinton 2021-06-30 21:38:14 +02:00
parent 7602aee1e1
commit 730d9fa7cb
1 changed files with 2 additions and 0 deletions

View File

@ -420,6 +420,8 @@ jobs:
env:
APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/
SDK_DIR: /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/
- name: Upload Apple Store release asset
uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2