Skip to content

Commit

Permalink
update jar task name
Browse files Browse the repository at this point in the history
  • Loading branch information
ManApart committed Dec 18, 2024
1 parent 287cb63 commit e975223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publishLatest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Build with Gradle
run: ./gradlew build jar
run: ./gradlew build jvmJar
- name: Docker Build
run: docker build . -t manapart/quest-command:dev
- name: Login to DockerHub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Build with Gradle
run: ./gradlew build jar
run: ./gradlew build jvmJar
- name: Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit e975223

Please sign in to comment.