Skip to content

Commit

Permalink
Add step to upload jar to a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmach committed Jun 12, 2024
1 parent f8fc684 commit 3d3e59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
- name: Upload jar to release
run: |
echo "Uploading to ref ${{ github.event.release.tag_name }}..."
gh release upload ${{ github.event.release.tag_name }} ${{ github.workspace }}/target/jcc2c-*.jar
gh release upload ${{ github.event.release.tag_name }} ${{ github.workspace }}/target/pstconv-*.jar
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 3d3e59e

Please sign in to comment.