Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mettok committed Oct 29, 2024
1 parent 8077ba5 commit 5a6e130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
distribution: temurin

- name: Set up Gradle
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@v4

- name: Build JAR
run: ./gradlew clean build
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Upload JAR as artifact
uses: actions/upload-artifact@v4
with:
name: kotlin-executable
name: lps-client
path: build/libs/*.jar
retention-days: 30
env:
Expand Down

0 comments on commit 5a6e130

Please sign in to comment.