Skip to content

Commit 224de4f

Browse files
Merge pull request #9 from Datasance/release/3.5.0
gradle action updated
2 parents 86114d2 + 642e7cc commit 224de4f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
- uses: gradle/actions/setup-gradle@v5
5252
with:
5353
gradle-version: 8.4
54-
arguments: build copy
54+
- name: Build and copy
55+
run: ./gradlew build copy
5556

5657
- name: 'Get Previous tag'
5758
id: previoustag

0 commit comments

Comments
 (0)