From 039d6d42058b015579ab52c887447808ef727503 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Wed, 23 Mar 2022 21:41:19 +0100 Subject: [PATCH] Fixing build workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88aedecb..dde05b89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -106,7 +106,7 @@ jobs: name: Create debian, rpm & arch releases runs-on: ubuntu-latest needs: build - if: github.ref == 'refs/heads/master' || contains(github.ref, "tags") + if: ${{ github.ref == 'refs/heads/master' || contains(github.ref, "tags") }} env: description: "A media browser" version: v0.0.1 #${{ github.ref }}