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 b391060 commit 1f929af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: startsWith(matrix.os, 'ubuntu') && matrix.runtime == 'linux-arm64'

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

0 comments on commit 1f929af

Please sign in to comment.