Skip to content

Commit

Permalink
GH Actions: upload to GH release
Browse files Browse the repository at this point in the history
  • Loading branch information
StartsMercury committed Oct 20, 2024
1 parent bd9219f commit d2740e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ jobs:
name: FluxApi-artifacts-${{ steps.ref.outputs.branch }}
path: build/libs/*.jar

- name: Upload Binaries to GitHub Release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/libs/*.jar
file_glob: true

# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
# the publishing section of your build.gradle
- name: Publish to GitHub Packages
Expand Down

0 comments on commit d2740e7

Please sign in to comment.