upload artifacts to push actions too

This commit is contained in:
Andre Heider 2025-01-23 14:50:21 +01:00
parent 1739d5f19f
commit 5ee663c9dc

View File

@ -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