diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02a5de05..8892e3f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - master jobs: - build-${{matrix.artifact}}: + build: name: Build for ${{matrix.artifact}} runs-on: ${{matrix.os}} strategy: @@ -68,7 +68,7 @@ jobs: release: name: Create debian, rpm & arch releases runs-on: ubuntu-latest - needs: build-linux + needs: build env: description: "A media browser" version: v0.0.1 #${{ github.ref }}