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 d0b7b19 commit cc712d6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ 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_B64 }}
CSC_LINK: ${{ secrets.BFX_APPLE_BUILD_CERTIFICATE_B64 }}
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 cc712d6

Please sign in to comment.