Skip to content

Commit

Permalink
Update release-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RoboMWM committed Dec 21, 2020
1 parent cb9f511 commit e3db0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }} # how come I found this on the second page of bing results in some guys blog instead of in the documentation, or am I just not looking in the right spots. https://itnext.io/getting-started-with-github-actions-fe94167dbc6d?gi=a7321180760b
asset_path: target/${{ github.repository.name }}.jar
asset_name: ${{ github.repository.name }}
asset_name: ${{ GITHUB_REPOSITORY }}
asset_content_type: application/java-archive
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit e3db0c3

Please sign in to comment.