mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-23 16:33:13 +00:00
upload artifacts to push actions too
This commit is contained in:
parent
15bff0a0c4
commit
800f43b299
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user