mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 11:04:12 -05:00
🔧 (electron) release electron app to app store (osx) (#2182)
This commit is contained in:
committed by
GitHub
parent
f6dd0ecdb9
commit
7ace8c52dd
5
.github/workflows/electron.yml
vendored
5
.github/workflows/electron.yml
vendored
@@ -36,6 +36,11 @@ jobs:
|
||||
uses: ./.github/actions/setup
|
||||
- name: Build Electron
|
||||
run: ./bin/package-electron
|
||||
env:
|
||||
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
|
||||
CSC_LINK: ${{ secrets.CSC_LINK }}
|
||||
APPLE_ID: ${{ secrets.APPLE_ID }}
|
||||
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
|
||||
- name: Upload Build
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user