Skip to content

Commit

Permalink
add build and release workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
pukmajster committed Oct 16, 2024
1 parent 2991bad commit 61aeed1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Shoutout to https://github.com/marketplace/actions/electron-builder-action

name: Build and release

on:
Expand Down Expand Up @@ -52,10 +50,9 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build:win
shell: pwsh
run: npm run build:linux
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: exe
name: AppImage
path: ./dist/funky.*.AppImage

0 comments on commit 61aeed1

Please sign in to comment.