There was an error while loading. Please reload this page.
2 parents 86114d2 + 642e7cc commit 224de4fCopy full SHA for 224de4f
1 file changed
.github/workflows/ci.yml
@@ -51,7 +51,8 @@ jobs:
51
- uses: gradle/actions/setup-gradle@v5
52
with:
53
gradle-version: 8.4
54
- arguments: build copy
+ - name: Build and copy
55
+ run: ./gradlew build copy
56
57
- name: 'Get Previous tag'
58
id: previoustag
0 commit comments