Skip to content

Commit 97fb938

Browse files
committed
fix CI update version file step
1 parent 5c796d2 commit 97fb938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,5 +469,5 @@ jobs:
469469
- name: Update version file (used by frontend to trigger autoupdate and create filename)
470470
run: |
471471
echo {\"Version\": \"${GITHUB_REF##*/}\"} > /tmp/agent-version.json
472-
aws s3 sync /tmp/agent-version.json s3://${{ env.VERSION_TARGET }}
472+
aws s3 cp /tmp/agent-version.json s3://${{ env.VERSION_TARGET }}
473473
if: steps.prerelease.outputs.IS_PRE != 'true'

0 commit comments

Comments
 (0)