We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da7c13 commit 807abc4Copy full SHA for 807abc4
1 file changed
.github/workflows/sync-package.yml
@@ -39,8 +39,9 @@ jobs:
39
- name: Get tar gz name
40
id: tar_gz_name
41
run: |
42
- TAR_GZ_NAME=$(ls dist/*.tar.gz)
+ TAR_GZ_NAME=$(ls *.tar.gz)
43
echo "tar_gz_name=$TAR_GZ_NAME" >> $GITHUB_OUTPUT
44
+ working-directory: dist
45
- name: Copy tar gz build file to s3
46
47
aws s3 cp ./dist/${{steps.tar_gz_name.outputs.tar_gz_name}} \
0 commit comments