We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837378c commit f260b08Copy full SHA for f260b08
.github/workflows/sync-package.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Copy tgz build file to s3
57
run: |
58
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 }}
+ s3://${{ secrets.S3_BUCKET_NAME }}/${{ inputs.package_name }}.tgz
60
- name: commit to Gitfarm
61
62
aws lambda invoke \
0 commit comments