Skip to content

Commit

Permalink
organize release
Browse files Browse the repository at this point in the history
  • Loading branch information
yor42 committed Nov 16, 2024
1 parent e3da136 commit ed7ba6d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ jobs:
draft: false
prerelease: true
files: |
${{ github.workspace }}/build/libs/AcademyCraft-${{ env.VERSION }}.jar
${{ github.workspace }}/build/libs/AcademyCraft-${{ env.VERSION }}-dev.jar
${{ github.workspace }}/build/libs/AcademyCraft-${{ env.VERSION }}-sources.jar
${{ github.workspace }}/build/libs/*.jar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Artifact
Expand Down Expand Up @@ -138,9 +136,7 @@ jobs:
draft: false
prerelease: false
files: |
${{ github.workspace }}/build/libs/AcademyCraft-${{ env.VERSION }}.jar
${{ github.workspace }}/build/libs/AcademyCraft-${{ env.VERSION }}-dev.jar
${{ github.workspace }}/build/libs/AcademyCraft-${{ env.VERSION }}-sources.jar
${{ github.workspace }}/build/libs/*.jar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Artifact
Expand Down

0 comments on commit ed7ba6d

Please sign in to comment.