Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Jan 12, 2024
1 parent b10de28 commit 23b4f9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:

- name: Build & publish Caprine
uses: samuelmeuli/action-electron-builder@v1
if: startsWith(matrix.os, 'ubuntu') && matrix.runtime == 'linux-arm64'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
Expand Down

0 comments on commit 23b4f9b

Please sign in to comment.