We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2daa8 commit 9bb5154Copy full SHA for 9bb5154
.github/workflows/create_release.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Grant Permissions to gradlew
39
run: chmod +x gradlew
40
- name: Get cache version
41
- run: echo "cache_version=$(./gradlew -q printCacheVersion)" >> $GITHUB_ENV
+ 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
44
- name: Cache game files
0 commit comments