Skip to content

Commit 1da7c13

Browse files
authored
Update sync-package.yml
1 parent d76bf67 commit 1da7c13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "tar_gz_name=$TAR_GZ_NAME" >> $GITHUB_OUTPUT
4444
- name: Copy tar gz build file to s3
4545
run: |
46-
aws s3 cp ./dist/${{steps.tar-gz-name.outputs.}} \
46+
aws s3 cp ./dist/${{steps.tar_gz_name.outputs.tar_gz_name}} \
4747
s3://${{ secrets.S3_BUCKET_NAME }}/
4848
- name: commit tar gz to Gitfarm
4949
run: |

0 commit comments

Comments
 (0)