Skip to content

Commit

Permalink
Fixed upload flow
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed May 26, 2021
1 parent 6d519df commit a160ac4
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 @@ -45,7 +45,7 @@ jobs:
- name: Upload to GitHub
uses: AButler/[email protected]
with:
files: '*/build/distributions/*;*/build/libs/*.jar'
files: 'java-sdk/*/build/distributions/*;java-sdk/*/build/libs/*.jar'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install gpg secret key
Expand Down

0 comments on commit a160ac4

Please sign in to comment.