Skip to content

Commit

Permalink
No artifact needed
Browse files Browse the repository at this point in the history
  • Loading branch information
buthed010203 committed Sep 24, 2024
1 parent 6eb0835 commit cacd2e8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
- name: Build jar
run: ./gradlew jar

- name: Upload built jar file
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}
path: build/libs/${{ github.event.repository.name }}.jar

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit cacd2e8

Please sign in to comment.