Skip to content

Commit d77ca18

Browse files
committed
Fixed path
1 parent b8e7b62 commit d77ca18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
with:
4040
upload_url: ${{ steps.create_release.outputs.upload_url }}
41-
asset_path: randomquotesapi-lambda-0.1.${{ github.run_number }}.jar
41+
asset_path: target/randomquotesapi-lambda-0.1.${{ github.run_number }}.jar
4242
asset_name: randomquotesapi-lambda.0.1.${{ github.run_number }}.jar
4343
asset_content_type: application/zip
4444

0 commit comments

Comments
 (0)