Skip to content

Commit

Permalink
GH Pre-release addition
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishisherewithhh committed Apr 26, 2024
1 parent 68b6965 commit bf5d0cc
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,17 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: HeliosClient
path: build/libs
path: build/libs

- name: Release upload
uses: softprops/action-gh-release@v2
with:
tag_name: "latest"
name: "HeliosClient"
prerelease: true
fail_on_unmatched_files: true
generate_release_notes: true
body:
"Generated pre-release. Maybe unstable to use"
files: |
./build/libs/*.jar

0 comments on commit bf5d0cc

Please sign in to comment.