Skip to content

Commit 807abc4

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sync-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ jobs:
3939
- name: Get tar gz name
4040
id: tar_gz_name
4141
run: |
42-
TAR_GZ_NAME=$(ls dist/*.tar.gz)
42+
TAR_GZ_NAME=$(ls *.tar.gz)
4343
echo "tar_gz_name=$TAR_GZ_NAME" >> $GITHUB_OUTPUT
44+
working-directory: dist
4445
- name: Copy tar gz build file to s3
4546
run: |
4647
aws s3 cp ./dist/${{steps.tar_gz_name.outputs.tar_gz_name}} \

0 commit comments

Comments
 (0)