Skip to content

Commit

Permalink
Github actions: change artifact from jar to tar
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonde committed Aug 8, 2023
1 parent 134a50d commit b9358fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ 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_replace-images.jar
asset_name: plugin_intranda_step_replace-images.jar
asset_path: plugin/target/plugin_intranda_step_replace-images.tar
asset_name: plugin_intranda_step_replace-images.tar
asset_content_type: application/jar
- name: Upload Config asset
id: upload-config-asset
Expand All @@ -59,4 +59,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: plugin/plugin_intranda_step_replace-images.xml
asset_name: plugin_intranda_step_replace-images.xml
asset_content_type: text/xml
asset_content_type: text/xml

0 comments on commit b9358fd

Please sign in to comment.