Skip to content

Commit 69089a1

Browse files
authored
Update commitTest.yml
1 parent 0654722 commit 69089a1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/commitTest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
chmod +x ./gradlew
2121
./gradlew deploy
2222
- name: Upload built jar file
23-
uses: actions/upload-artifact@v4
23+
uses: actions/upload-artifact@v7
2424
with:
25+
archive: false
2526
name: ${{ github.event.repository.name }}
2627
path: build/libs/${{ github.event.repository.name }}.jar

0 commit comments

Comments
 (0)