mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-09 20:38:46 +03:00
Try adding version
This commit is contained in:
parent
55cc1d769c
commit
056feaf053
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -37,6 +37,9 @@ jobs:
|
||||
env:
|
||||
CARGO_NET_GIT_FETCH_WITH_CLI: true
|
||||
|
||||
- id: get_version
|
||||
uses: battila7/get-version-action@v2
|
||||
|
||||
- name: Zip
|
||||
run: |
|
||||
mkdir leo_${{ steps.get_version.outputs.version }}_ubuntu && mv target/release/leo leo_${{ steps.get_version.outputs.version }}_ubuntu
|
||||
@ -79,7 +82,7 @@ jobs:
|
||||
env:
|
||||
CARGO_NET_GIT_FETCH_WITH_CLI: true
|
||||
|
||||
- id: Fetch version number
|
||||
- id: get_version
|
||||
uses: battila7/get-version-action@v2
|
||||
|
||||
- name: Zip
|
||||
|
Loading…
Reference in New Issue
Block a user