Skip to content

Commit

Permalink
added signing
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzturc authored Aug 2, 2020
1 parent 6ebf69b commit 5094232
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ jobs:
brew install graphicsmagick imagemagick
npm install --global create-dmg
pod install
# Import Certificates for sign
- name: Import Certificates
id: import_certs
uses: apple-actions/import-codesign-certs@v1
with:
p12-file-base64: ${{ secrets.CERTIFICATES_P12 }}
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}

# Build Thinkpad Assistant
- name: Build
Expand All @@ -28,8 +36,7 @@ jobs:
-destination "platform=macOS"
-configuration Release
-derivedDataPath build
CODE_SIGN_IDENTITY=""
CODE_SIGNING_REQUIRED=NO
CODE_SIGN_IDENTITY=- | xcpretty

# Uncomment when code signing is finished
#- name: Export
Expand Down

0 comments on commit 5094232

Please sign in to comment.