Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kondoumh committed Feb 13, 2024
1 parent d379da7 commit 31a19e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Install Electron beta
if: ${{ inputs.beta == 'true' }}
if: ${{ inputs.beta }}
run: npm install electron@beta
- name: Package
run: npm run pack
Expand Down

0 comments on commit 31a19e0

Please sign in to comment.