We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c796d2 commit 97fb938Copy full SHA for 97fb938
.github/workflows/release.yml
@@ -469,5 +469,5 @@ jobs:
469
- name: Update version file (used by frontend to trigger autoupdate and create filename)
470
run: |
471
echo {\"Version\": \"${GITHUB_REF##*/}\"} > /tmp/agent-version.json
472
- aws s3 sync /tmp/agent-version.json s3://${{ env.VERSION_TARGET }}
+ aws s3 cp /tmp/agent-version.json s3://${{ env.VERSION_TARGET }}
473
if: steps.prerelease.outputs.IS_PRE != 'true'
0 commit comments