parent
eefdf4baa6
commit
110c7e6f90
|
@ -4,6 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- weekly.**
|
- weekly.**
|
||||||
|
- 0.**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-linux:
|
build-linux:
|
||||||
|
@ -119,7 +120,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd ${{ matrix.version }}/
|
cd ${{ matrix.version }}/
|
||||||
chmod 755 v || true
|
chmod 755 v || true
|
||||||
chmod 755 v.exe || true
|
chmod 755 v.exe || true
|
||||||
zip -r9 --symlinks ../v_${{ matrix.version }}.zip ./*
|
zip -r9 --symlinks ../v_${{ matrix.version }}.zip ./*
|
||||||
cd ..
|
cd ..
|
||||||
- name: Get short tag name
|
- name: Get short tag name
|
||||||
|
|
Loading…
Reference in New Issue