From ba764dee8f7f82ecebd5f29a5461b98ffbaa0b23 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 2e79be1..65ef567 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: @@ -153,7 +151,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