mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-25 05:29:20 +00:00
upload artifacts to push actions too
This commit is contained in:
parent
d41f1f782d
commit
8a67d9f644
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -1,8 +1,6 @@
|
|||||||
name: build
|
name: build
|
||||||
|
|
||||||
on:
|
on: push
|
||||||
push:
|
|
||||||
tags: ['v*', 'test*']
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_macos:
|
build_macos:
|
||||||
@ -160,7 +158,7 @@ jobs:
|
|||||||
create_release:
|
create_release:
|
||||||
name: Create Release
|
name: Create Release
|
||||||
runs-on: ubuntu-latest
|
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]
|
needs: [build_macos, build_windows, build_linux, build_linux-arm, build_linux-arm64]
|
||||||
steps:
|
steps:
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user