Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bhoomij authored Jan 24, 2024
1 parent 10f7399 commit a7e4658
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,17 @@ jobs:
- name: Install
run: npm install

- name: Build for linux/mac/windows
- name: Release+Build for linux/mac/windows
env:
CSC_KEY_PASSWORD: ${{ secrets.BFX_APPLE_BUILD_CERTIFICATE_PASSWORD }}
CSC_LINK: ${{ secrets.BFX_APPLE_BUILD_CERTIFICATE_B64 }}
APPLE_TEAM_ID: ${{ secrets.BFX_APPLE_TEAM_ID }}
APPLE_ID: ${{ secrets.BFX_APPLE_ID_USERNAME }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.BFX_APPLE_ID_HONEY_PASSWORD }}
APPLEID: ${{ secrets.BFX_APPLE_ID_USERNAME }}
APPLEIDPASS: ${{ secrets.BFX_APPLE_ID_HONEY_PASSWORD }}
CSC_LINK: ${{ secrets.BFX_APPLE_BUILD_CERTIFICATE_B64 }}
CSC_KEY_PASSWORD: ${{ secrets.BFX_APPLE_BUILD_CERTIFICATE_PASSWORD }}


run: npm run deploy

- name: Results
Expand Down

0 comments on commit a7e4658

Please sign in to comment.