We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e32ee3 commit b61e04cCopy full SHA for b61e04c
.github/workflows/build.yml
@@ -51,15 +51,9 @@ jobs:
51
- name: Package Caprine for Linux
52
if: startsWith(matrix.os, 'ubuntu')
53
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
61
env:
62
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.snapcraft_token }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
- name: Upload to Gemfury
64
65
run: curl -F package=@dist/caprine_${{ steps.release_tag.outputs.value }}_amd64.deb https://${{ secrets.gemfury_token }}@push.fury.io/lefterisgar/
0 commit comments