Skip to content

Commit

Permalink
Remove version from release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomdango committed Jun 20, 2023
1 parent 6295e68 commit e1f4e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
run: make build-cloudfront-logs-lambda

- name: Copy Lambda Asset
run: cp modules/cloudfront-logs/lambda/dist/lambda.zip cloudfront-logs-package-${{ inputs.release_version }}-nodejs${{ matrix.nodejs_version }}.zip
run: cp modules/cloudfront-logs/lambda/dist/lambda.zip cloudfront-logs-package-nodejs${{ matrix.nodejs_version }}.zip

- name: Store Output Artifact
uses: actions/upload-artifact@v3
with:
name: cloudfront-logs-packages
path: cloudfront-logs-package-${{ inputs.release_version }}-nodejs${{ matrix.nodejs_version }}.zip
path: cloudfront-logs-package-nodejs${{ matrix.nodejs_version }}.zip
if-no-files-found: error

publish_release:
Expand Down

0 comments on commit e1f4e76

Please sign in to comment.