Remove release action from ubuntu.yml

This commit is contained in:
everoddandeven 2024-10-15 18:52:55 +02:00
parent 688b297faf
commit 5e46d68c24

View file

@ -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}