Skip to content

Commit 9bb5154

Browse files
authored
Fix release workflow (#756)
1 parent ea2daa8 commit 9bb5154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Grant Permissions to gradlew
3939
run: chmod +x gradlew
4040
- name: Get cache version
41-
run: echo "cache_version=$(./gradlew -q printCacheVersion)" >> $GITHUB_ENV
41+
run: echo "cache_version=$(./gradlew -q printCacheVersion | tail -n1 | xargs)" >> $GITHUB_ENV
4242
- name: Get build version
4343
run: echo "build_version=$(./gradlew -q printVersion)" >> $GITHUB_ENV
4444
- name: Cache game files

0 commit comments

Comments
 (0)