We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb5154 commit 175999dCopy full SHA for 175999d
1 file changed
.github/workflows/create_release.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Get cache version
41
run: echo "cache_version=$(./gradlew -q printCacheVersion | tail -n1 | xargs)" >> $GITHUB_ENV
42
- name: Get build version
43
- run: echo "build_version=$(./gradlew -q printVersion)" >> $GITHUB_ENV
+ run: echo "build_version=$(./gradlew -q printVersion | tail -n1 | xargs)" >> $GITHUB_ENV
44
- name: Cache game files
45
if: steps.check_secret.outputs.exists == 'true'
46
id: cache-files
0 commit comments