From daf783e824673388895dedd422252a65012c0ca4 Mon Sep 17 00:00:00 2001 From: Jean Gressmann Date: Sat, 1 Jun 2024 17:02:15 +0200 Subject: [PATCH] Attempt to fix build pipeline --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6d0b1f..01ff191 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -185,7 +185,7 @@ jobs: latest: needs: [provenance] runs-on: ubuntu-latest - # if: startsWith(github.ref, 'refs/heads/') + steps: - name: Download artifacts id: download @@ -209,7 +209,8 @@ jobs: release: needs: [provenance] runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags/') + if: ${{ startsWith(github.ref, 'refs/tags/') }} + steps: - name: Download artifacts id: download