Fixing build workflow

This commit is contained in:
Zoe Roux 2022-03-23 21:42:48 +01:00
parent 039d6d4205
commit 813214b47b
No known key found for this signature in database
GPG Key ID: 6AA5AE82CCC0D9DD

View File

@ -106,7 +106,7 @@ jobs:
name: Create debian, rpm & arch releases name: Create debian, rpm & arch releases
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: build
if: ${{ github.ref == 'refs/heads/master' || contains(github.ref, "tags") }} if: ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'tags') }}
env: env:
description: "A media browser" description: "A media browser"
version: v0.0.1 #${{ github.ref }} version: v0.0.1 #${{ github.ref }}