Skip to content

Commit 5c618c3

Browse files
authored
ci: Update sync-package.yml (#96)
*Issue #, if available:* *Description of changes:* fixing sync-package.yml to sync testing package By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 2bc5b3e commit 5c618c3

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
@@ -55,7 +55,7 @@ jobs:
5555
# Upload a file to AWS s3
5656
- name: Copy tgz build file to s3
5757
run: |
58-
aws s3 cp ./packages/aws-durable-execution-sdk-js/${{ inputs.package_name }}-${{ steps.package-version.outputs.current-version }}.tgz \
58+
aws s3 cp ./packages/${{ inputs.package_name }}/${{ inputs.package_name }}-${{ steps.package-version.outputs.current-version }}.tgz \
5959
s3://${{ secrets.S3_BUCKET_NAME }}/
6060
- name: commit to Gitfarm
6161
run: |

0 commit comments

Comments
 (0)