Skip to content

Commit d60b98a

Browse files
Fix workflow to build and upload .deb files
1 parent 241d257 commit d60b98a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
with:
1515
node-version: '18'
1616
- run: npm install
17-
- run: npm run release
17+
- run: npm run build:deb
18+
- name: Upload .deb to GitHub Release
19+
uses: softprops/action-gh-release@v1
20+
with:
21+
files: dist/*.deb
1822
env:
19-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)