Skip to content

Commit

Permalink
Fix java CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
King-BR committed Oct 31, 2023
1 parent 9fc0cf8 commit d311b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- name: Upload built jar file
uses: actions/upload-artifact@v2
with:
name: ${{ github.event.repository.name }}
path: build/libs/${{ github.event.repository.name }}.jar
name: DiscordChat
path: build/libs/DiscordChat.jar

0 comments on commit d311b1c

Please sign in to comment.