Skip to content

Commit

Permalink
Merge pull request #2 from tgrothe/tgrothe-patch-1
Browse files Browse the repository at this point in the history
Update jars.yml
  • Loading branch information
tgrothe authored Oct 15, 2024
2 parents 70e2b92 + 8b48916 commit e4cc54f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/jars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ jobs:
- name: Build with Gradle Wrapper
run: ./gradlew jar

- name: Commit jar
run: |
git config --global user.name 'Tobias Grothe'
git config --global user.email 'tgrothe@users.noreply.github.com'
git add -f jars
git commit -m "Jar file added"
git push
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: jars/matrix-solver-1.0.jar
asset_name: matrix-solver.jar
tag: ${{ github.ref }}
overwrite: true
body: "This is my release text"

0 comments on commit e4cc54f

Please sign in to comment.