Skip to content

Commit 0e68155

Browse files
committed
update asset path
1 parent ade1862 commit 0e68155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
with:
4343
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
44-
asset_path: ./build/libs/XNAT-Qulatrics-Plugin-all-1.0.1.jar
44+
asset_path: /home/runner/work/XNAT-Qulatrics-Plugin/XNAT-Qulatrics-Plugin/build/libs/XNAT-Qulatrics-Plugin-all-1.0.1.jar
4545
asset_name: XNAT-Qulatrics-Plugin-all-1.0.1.jar
4646
asset_content_type: application/jar

0 commit comments

Comments
 (0)