From e3db0c3228c1b34004b78db9e442f5a9cd89332c Mon Sep 17 00:00:00 2001 From: RoboMWM Date: Sun, 20 Dec 2020 18:46:35 -0800 Subject: [PATCH] Update release-test.yml --- .github/workflows/release-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-test.yml b/.github/workflows/release-test.yml index 630ee6c..e4447a5 100644 --- a/.github/workflows/release-test.yml +++ b/.github/workflows/release-test.yml @@ -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 }}