Remove duplicate release job

This commit is contained in:
kdusek
2025-12-07 23:43:34 +01:00
parent f19f474df7
commit 2b623df9a5

View File

@@ -67,15 +67,6 @@ jobs:
with: with:
name: gotify-tray_${{github.ref_name}}_amd64.deb name: gotify-tray_${{github.ref_name}}_amd64.deb
path: dist/gotify-tray_${{github.ref_name}}_amd64.deb path: dist/gotify-tray_${{github.ref_name}}_amd64.deb
release:
runs-on: ubuntu-latest
needs: [build-deb]
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v2
with:
name: gotify-tray_${{github.ref_name}}_amd64.deb
path: dist/gotify-tray_${{github.ref_name}}_amd64.deb
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest