mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
workflows: use v_linux.zip etc as asset names
This commit is contained in:
parent
f26f7ebc9d
commit
971031d8cc
2
.github/workflows/binary_artifact.yml
vendored
2
.github/workflows/binary_artifact.yml
vendored
@ -122,7 +122,7 @@ jobs:
|
|||||||
name: ${{ matrix.version }}
|
name: ${{ matrix.version }}
|
||||||
path: ./${{ matrix.version }}
|
path: ./${{ matrix.version }}
|
||||||
- name: Build
|
- name: Build
|
||||||
run: zip -r ${{ matrix.version }}.zip ./${{ matrix.version }}/*
|
run: zip -r v_${{ matrix.version }}.zip ./${{ matrix.version }}/*
|
||||||
- name: Get short tag name
|
- name: Get short tag name
|
||||||
uses: jungwinter/split@v1
|
uses: jungwinter/split@v1
|
||||||
id: split
|
id: split
|
||||||
|
Loading…
Reference in New Issue
Block a user