We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent b0cbae9 commit 5e21da8Copy full SHA for 5e21da8
.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