Skip to content

Commit

Permalink
udpated github action file
Browse files Browse the repository at this point in the history
SteffenHankiewicz committed Nov 14, 2021
1 parent 5bff219 commit f91639b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
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
asset_path: plugin/target/plugin_intranda_step_xmp_header.jar
asset_path: plugin/module-main/target/plugin_intranda_step_xmp_header.jar
asset_name: plugin_intranda_step_xmp_header.jar
asset_content_type: application/jar
- name: Upload Config asset
@@ -51,4 +51,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: plugin/plugin_intranda_step_xmp_header.xml
asset_name: plugin_intranda_step_xmp_header.xml
asset_content_type: text/xml
asset_content_type: text/xml

0 comments on commit f91639b

Please sign in to comment.