diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index c4df843..efa395f 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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} \ No newline at end of file