chore: Update Linux publishing command in package.json

This commit is contained in:
MathieuG-P
2024-07-14 17:23:19 +02:00
parent 3f3bb959c4
commit b8eafd5f9b
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
node-version: 18.x
cache: "npm"
- run: npm ci
- run: npm run build && electron-builder --linux --x64 --publish always
- run: npm run publish:linux
- name: Upload artifact
uses: actions/upload-artifact@v4