Skip to content

Commit

Permalink
Remove release action from ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
everoddandeven committed Oct 15, 2024
1 parent 688b297 commit 5e46d68
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,3 @@ jobs:

- name: Build the app
run: npm run electron:build

release:
needs: build
runs-on: ubuntu-22.04

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Create Release
uses: softprops/action-gh-release@v1
with:
files: dist_electron/**/*.{AppImage,dmg,exe}

0 comments on commit 5e46d68

Please sign in to comment.