From 1538b67c0bf963f9ff1f957dd2e0fd538d4f1938 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 16 Apr 2021 14:59:08 +0200 Subject: [PATCH] Using matrix job's id --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8892e3f2..02a5de05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - master jobs: - build: + build-${{matrix.artifact}}: 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 + needs: build-linux env: description: "A media browser" version: v0.0.1 #${{ github.ref }}