From 800f43b299a7fce8224487b6ec2876455ea70bc4 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Thu, 23 Jan 2025 14:50:21 +0100 Subject: [PATCH] upload artifacts to push actions too --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0c4d90..0ba6cb2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,6 @@ name: build -on: - push: - tags: ['v*', 'test*'] +on: push jobs: build_macos: @@ -160,7 +158,7 @@ jobs: create_release: name: Create Release runs-on: ubuntu-latest - if: ${{ !contains(github.ref, 'test') }} + if: ${{ startsWith(github.ref, 'refs/tags/') && !contains(github.ref, 'test') }} needs: [build_macos, build_windows, build_linux, build_linux-arm, build_linux-arm64] steps: - name: Download Artifacts