Skip to content

Commit fa0608d

Browse files
committed
Name the output artifact correctly
1 parent 775d585 commit fa0608d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ jobs:
8484
with:
8585
upload_url: ${{ steps.create_release.outputs.upload_url }}
8686
asset_path: ./target/lambda/query-metrics/bootstrap.zip
87-
asset_name: oxbow-lambda-bootstrap-${{ github.ref_name }}.zip
87+
asset_name: query-metrics-bootstrap-${{ github.ref_name }}.zip
8888
asset_content_type: application/zip

0 commit comments

Comments
 (0)