fixed ci/cd
All checks were successful
Testing Example / build-and-test (push) Successful in 1m34s

This commit is contained in:
SnippetsX 2024-11-12 21:38:27 +03:00
parent ce801935a7
commit 34c9740e70

View File

@ -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