Skip to content

Commit

Permalink
Upload jars as artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
liorsl committed Jul 16, 2022
1 parent f9d215f commit cf6573a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/gh-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ jobs:
with:
arguments: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: artifacts
path: /**/build/libs/*.jar

0 comments on commit cf6573a

Please sign in to comment.