We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d76bf67 commit 1da7c13Copy full SHA for 1da7c13
1 file changed
.github/workflows/sync-package.yml
@@ -43,7 +43,7 @@ jobs:
43
echo "tar_gz_name=$TAR_GZ_NAME" >> $GITHUB_OUTPUT
44
- name: Copy tar gz build file to s3
45
run: |
46
- aws s3 cp ./dist/${{steps.tar-gz-name.outputs.}} \
+ aws s3 cp ./dist/${{steps.tar_gz_name.outputs.tar_gz_name}} \
47
s3://${{ secrets.S3_BUCKET_NAME }}/
48
- name: commit tar gz to Gitfarm
49
0 commit comments