From 5ee663c9dc22c00889f6af63ec5bdb3757ebb703 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 b83fff5..5e9699e 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