Skip to content

Commit

Permalink
correct release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
olenagerasimova committed Nov 14, 2023
1 parent 1e2da74 commit 95c77ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./artipie-main/target/artipie-latest-jar-with-dependencies.jar
asset_path: ./artipie-main/target/artipie-main-latest-jar-with-dependencies.jar
asset_name: artipie-${{ env.RELEASE_VERSION }}-jar-with-dependencies.jar
asset_content_type: application/jar
working-directory: artipie-main
Expand Down

0 comments on commit 95c77ee

Please sign in to comment.