Skip to content

Commit b61e04c

Browse files
committed
fix: Revert to electron builder snap publish
1 parent 4e32ee3 commit b61e04c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,9 @@ jobs:
5151
- name: Package Caprine for Linux
5252
if: startsWith(matrix.os, 'ubuntu')
5353
run: npm run dist:linux
54-
env:
55-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56-
- name: Upload to Snapcraft
57-
if: startsWith(matrix.os, 'ubuntu')
58-
uses: snapcore/action-publish@v1
59-
with:
60-
snap: dist/caprine_${{ steps.release_tag.outputs.value }}_amd64.snap
6154
env:
6255
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.snapcraft_token }}
56+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6357
- name: Upload to Gemfury
6458
if: startsWith(matrix.os, 'ubuntu')
6559
run: curl -F package=@dist/caprine_${{ steps.release_tag.outputs.value }}_amd64.deb https://${{ secrets.gemfury_token }}@push.fury.io/lefterisgar/

0 commit comments

Comments
 (0)