use long versions for release names

This commit is contained in:
Kevin Hester
2021-05-25 08:45:47 +08:00
parent 5b65fd5754
commit 96fc1f5272
2 changed files with 4 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ jobs:
# Will be available in steps.version.outputs.version
- name: Get version string
run: echo "::set-output name=version::$(./bin/buildinfo.py short)"
run: echo "::set-output name=version::$(./bin/buildinfo.py long)"
id: version
- name: Build everything