mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
workflows: releases: build v -prod
This commit is contained in:
parent
4e6bc27b30
commit
5eb7660608
4
.github/workflows/binary_artifact.yml
vendored
4
.github/workflows/binary_artifact.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
- name: Compile
|
||||
env:
|
||||
CC: ${{ matrix.compiler }}
|
||||
run: make
|
||||
run: make && v -o v -prod cmd/v
|
||||
- name: Create artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
@ -44,7 +44,7 @@ jobs:
|
||||
- name: Compile
|
||||
env:
|
||||
CC: ${{ matrix.compiler }}
|
||||
run: make
|
||||
run: make && v -o v -prod cmd/v
|
||||
- name: Create artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user