Skip to content

Commit

Permalink
updated release
Browse files Browse the repository at this point in the history
  • Loading branch information
janssen-jan committed May 13, 2022
1 parent b27c317 commit 8809376
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Expand Up @@ -44,6 +44,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: target/${{ steps.artifact.outputs.artifact }}-${{ steps.version.outputs.version }}.zip
asset_name: ${{ steps.artifact.outputs.artifact }}-${{ steps.version.outputs.version }}.zip
asset_content_type: application/zip
asset_path: target/${{ steps.artifact.outputs.artifact }}-${{ steps.version.outputs.version }}.jar
asset_name: ${{ steps.artifact.outputs.artifact }}-${{ steps.version.outputs.version }}.jar
asset_content_type: application/jar

0 comments on commit 8809376

Please sign in to comment.