Skip to content

Commit

Permalink
Fix release path
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed May 9, 2022
1 parent 1a6548c commit 48a59b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Upload to GitHub
uses: AButler/upload-release-assets@v2.0
with:
files: 'radar-jersey/build/libs/*;radar-jersey-hibernate/build/libs/*'
files: 'radar-commons*/build/libs/*'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install gpg secret key
Expand Down

0 comments on commit 48a59b0

Please sign in to comment.