upload artifacts to push actions too

This commit is contained in:
Andre Heider 2025-01-23 14:50:21 +01:00 committed by nkanaev
parent 15bff0a0c4
commit 800f43b299

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