This commit is contained in:
parent
ce801935a7
commit
34c9740e70
@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
- name: Export version from metadata.json
|
||||
run: |
|
||||
VERSION=$(jq -r '.buildMajor + "." + .buildMinor + "." + .buildRevision + "-" + .buildTag' src/metadata.json)
|
||||
VERSION=$(jq -r '"\(.buildMajor).\(.buildMinor).\(.buildRevision)-\(.buildTag)"' src/metadata.json)
|
||||
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
||||
|
||||
- name: Upload artifact
|
||||
|
||||
Loading…
Reference in New Issue
Block a user