Skip to content

Commit f260b08

Browse files
committed
fix typo
1 parent 837378c commit f260b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Copy tgz build file to s3
5757
run: |
5858
aws s3 cp ./packages/${{ inputs.package_name }}/${{ inputs.package_name }}-${{ steps.package-version.outputs.current-version }}.tgz \
59-
s3://${{ secrets.S3_BUCKET_NAME }}/${{ inputs.package_name }}
59+
s3://${{ secrets.S3_BUCKET_NAME }}/${{ inputs.package_name }}.tgz
6060
- name: commit to Gitfarm
6161
run: |
6262
aws lambda invoke \

0 commit comments

Comments
 (0)