Fix macOS Building

This commit is contained in:
Core 2023-05-18 16:24:36 +01:00
parent 5071426b47
commit 7deb8a161d
No known key found for this signature in database

View file

@ -246,7 +246,12 @@ jobs:
displayName: "Install Dependencies"
- script: yarn dist -m --publish=never
env: {GH_TOKEN : $(GH_TOKEN)}
env:
CSC_LINK: $(CSC_LINK)
CSC_KEY_PASSWORD: $(CSC_KEY_PASS)
APPLEID: $(APPLEID)
APPLEIDPASS: $(APPLEIDPASS)
GH_TOKEN: $(GH_TOKEN)
displayName: "Compile Distribution"
- task: CopyFiles@2