Skip to content

Commit

Permalink
fix: Revert to electron builder snap publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dusansimic committed Apr 3, 2024
1 parent 4e32ee3 commit b61e04c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,9 @@ jobs:
- name: Package Caprine for Linux
if: startsWith(matrix.os, 'ubuntu')
run: npm run dist:linux
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload to Snapcraft
if: startsWith(matrix.os, 'ubuntu')
uses: snapcore/action-publish@v1
with:
snap: dist/caprine_${{ steps.release_tag.outputs.value }}_amd64.snap
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.snapcraft_token }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload to Gemfury
if: startsWith(matrix.os, 'ubuntu')
run: curl -F package=@dist/caprine_${{ steps.release_tag.outputs.value }}_amd64.deb https://${{ secrets.gemfury_token }}@push.fury.io/lefterisgar/

0 comments on commit b61e04c

Please sign in to comment.