mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
workflows: build 0.* tags
This commit is contained in:
parent
eefdf4baa6
commit
110c7e6f90
3
.github/workflows/binary_artifact.yml
vendored
3
.github/workflows/binary_artifact.yml
vendored
@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- weekly.**
|
||||
- 0.**
|
||||
|
||||
jobs:
|
||||
build-linux:
|
||||
@ -119,7 +120,7 @@ jobs:
|
||||
run: |
|
||||
cd ${{ matrix.version }}/
|
||||
chmod 755 v || true
|
||||
chmod 755 v.exe || true
|
||||
chmod 755 v.exe || true
|
||||
zip -r9 --symlinks ../v_${{ matrix.version }}.zip ./*
|
||||
cd ..
|
||||
- name: Get short tag name
|
||||
|
Loading…
Reference in New Issue
Block a user