Merge branch 'master' into develop-1.1.0-beta2

This commit is contained in:
Marquis Kurt 2019-12-18 14:22:13 -05:00
commit 1bf92dd91d
No known key found for this signature in database
GPG Key ID: 725636D259F5402D
1 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,8 @@ jobs:
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: 10.x node-version: 10.x
- name: Run pre-build setup - name: Install certificates and entitlements
if: github.actor == 'alicerunsonfedora' || github.actor == 'Nomad1556' || github.actor == 'audmaxwell'
run: | run: |
echo "Downloading certificates and profiles..." echo "Downloading certificates and profiles..."
echo "$ascCertificates" > certs.b64 echo "$ascCertificates" > certs.b64
@ -44,4 +45,4 @@ jobs:
run: | run: |
npm install npm install
npm run build --if-present npm run build --if-present
npm run build-desktop-darwin-nosign npm run build-desktop-darwin-nosign