We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a085490 commit e7dd24cCopy full SHA for e7dd24c
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
with:
53
cache-read-only: false
54
- name: Set active version
55
- run: printf "${{ matrix.target }}" > ./versions/current
+ run: printf "${{ matrix.target }}" | cut -d':' -f1 > ./versions/current
56
- name: Build ${{ matrix.target }}
57
run: ./gradlew "Refresh active project" buildAndCollectActive --stacktrace
58
env:
0 commit comments