We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0b8ae commit 6cc59faCopy full SHA for 6cc59fa
.github/workflows/main.yml
@@ -14,6 +14,8 @@ jobs:
14
shell: bash
15
- name: Release
16
uses: xresloader/upload-to-github-release@v1.3.2
17
+ env:
18
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
with:
20
file: target/*.deb;target/*.rpm
21
tags: true
@@ -27,6 +29,8 @@ jobs:
27
29
28
30
31
32
33
34
35
file: target/*.msi
36
@@ -40,6 +44,8 @@ jobs:
40
44
41
45
42
46
47
48
43
49
50
file: target/*.dmg
51
0 commit comments