Skip to content

Commit

Permalink
ci: upload artifact to assets
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev committed Aug 7, 2024
1 parent e7be08b commit 45b8b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@ jobs:
- name: Publish to GitHub Packages
run: mvn --batch-mode -Dmaven.test.skip=true -Dmaven.javadoc.skip=true -Dmaven.source.skip=true deploy -P deploy-github-packages
- name: Upload assets
run: cd ${{github.workspace}} && gh release upload v${{ needs.build.outputs.version }} target/*.jar
run: cd ${{github.workspace}} && gh release upload v${{ needs.build.outputs.project_version }} target/*.jar
shell: bash

0 comments on commit 45b8b04

Please sign in to comment.