We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ea51c commit d76bf67Copy full SHA for d76bf67
1 file changed
.github/workflows/sync-package.yml
@@ -39,7 +39,7 @@ 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 dist/*.tar.gz)
43
echo "tar_gz_name=$TAR_GZ_NAME" >> $GITHUB_OUTPUT
44
- name: Copy tar gz build file to s3
45
0 commit comments