ci(publish-bundle): upload Windows bundle installer to OneDrive on release#14
Merged
Conversation
…lease Add an rclone OneDrive upload of DisplayXRBundle-*.exe to the release job. publish-bundle.yml is workflow_dispatch-only, so this fires on release only — replacing the per-CI OneDrive uploads removed from displayxr-runtime's build-windows.yml. Destination matches the prior path: "SANDBOX/RUNTIMES + SDK + PLUGINS/OpenXR". Secret mapped to a job-level env (RCLONE_CONFIG_CONTENTS, not the reserved RCLONE_CONFIG) so steps gate on its presence and skip cleanly if unset. Requires the RCLONE_CONFIG secret on this repo (see displayxr-runtime). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds an rclone → OneDrive upload of
DisplayXRBundle-*.exeto thereleasejob ofpublish-bundle.yml. Destination:SANDBOX/RUNTIMES + SDK + PLUGINS/OpenXR(samepath the runtime CI used).
Since
publish-bundle.ymlisworkflow_dispatch-only, this fires on release only.Why
Replaces the per-CI OneDrive uploads removed from
displayxr-runtime'sbuild-windows.yml(companion PRci/onedrive-on-release-only). OneDrive now getsthe user-facing bundle installer per release instead of runtime build artifacts per CI run.
Requires
The
RCLONE_CONFIGsecret on this repo (displayxr-installer). The upload stepsgate on its presence via a job-level
env(RCLONE_CONFIG_CONTENTS) and skipcleanly if it's unset — the release itself never fails on its absence. Until the
secret is added, the bundle releases as before, just without the OneDrive copy.
🤖 Generated with Claude Code