mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix binary_artifact.yml 2
This commit is contained in:
parent
9aa84082fd
commit
d7490abe19
2
.github/workflows/binary_artifact.yml
vendored
2
.github/workflows/binary_artifact.yml
vendored
@ -95,7 +95,7 @@ jobs:
|
|||||||
|
|
||||||
release:
|
release:
|
||||||
name: Create Github Release
|
name: Create Github Release
|
||||||
needs: [build-linux-arm64, build-linux, build-windows, build-macos]
|
needs: [build-linux, build-windows, build-macos]
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Get short tag name
|
- name: Get short tag name
|
||||||
|
Loading…
Reference in New Issue
Block a user