Remove duplicate release job
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user