Skip to content

Commit

Permalink
ci(media): add packaged macos application to release assets
Browse files Browse the repository at this point in the history
closes #18
  • Loading branch information
BenShelton committed May 30, 2021
1 parent aa92539 commit 47e4374
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,13 @@ jobs:
run: yarn gh-release --yes
# In the case no changes to version were made
continue-on-error: true
- name: Build MacOS Application
env:
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_ID_PASS: ${{ secrets.APPLE_ID_PASS }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
yarn media build
yarn media release
1 change: 1 addition & 0 deletions packages/media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"dev": "node scripts/watch.js",
"start": "electron dist/index.js",
"package": "electron-builder build --config electron-builder.config.js",
"release": "electron-builder --config electron-builder.config.js",
"lint": "eslint . --ext .js,.ts,.vue",
"lint:fix": "yarn lint --fix",
"test": "jest --config=jest.config.ts",
Expand Down

0 comments on commit 47e4374

Please sign in to comment.