We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775d585 commit fa0608dCopy full SHA for fa0608d
.github/workflows/release.yml
@@ -84,5 +84,5 @@ jobs:
84
with:
85
upload_url: ${{ steps.create_release.outputs.upload_url }}
86
asset_path: ./target/lambda/query-metrics/bootstrap.zip
87
- asset_name: oxbow-lambda-bootstrap-${{ github.ref_name }}.zip
+ asset_name: query-metrics-bootstrap-${{ github.ref_name }}.zip
88
asset_content_type: application/zip
0 commit comments