Skip to content

Commit e7dd24c

Browse files
committed
ci: fix broken active project
1 parent a085490 commit e7dd24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
cache-read-only: false
5454
- name: Set active version
55-
run: printf "${{ matrix.target }}" > ./versions/current
55+
run: printf "${{ matrix.target }}" | cut -d':' -f1 > ./versions/current
5656
- name: Build ${{ matrix.target }}
5757
run: ./gradlew "Refresh active project" buildAndCollectActive --stacktrace
5858
env:

0 commit comments

Comments
 (0)