Skip to content

Fix Windows Nightly CI failure in release-drafter config loading#261

Open
Happypig375 with Copilot wants to merge 4 commits into
masterfrom
copilot/fix-windows-actions-job
Open

Fix Windows Nightly CI failure in release-drafter config loading#261
Happypig375 with Copilot wants to merge 4 commits into
masterfrom
copilot/fix-windows-actions-job

Conversation

Copilot AI commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

The Windows job in the Nightly workflow failed before build/test due to release-drafter not resolving its config on the runner (.github\release-drafter.yml fallback path ended in 404). This PR makes config loading deterministic on Windows by using the checked-out workspace file.

  • Workflow ordering

    • Move actions/checkout before release-drafter so local config is guaranteed to exist when invoked.
  • Release-drafter config source

    • Set release-drafter to load from local filesystem (file: scheme) instead of remote resolution/fallback.
steps:
  - uses: actions/checkout@v7
    with:
      submodules: recursive

  - name: Update draft on GitHub Releases
    uses: release-drafter/release-drafter@v7
    with:
      config-name: file:.github/release-drafter.yml

@Happypig375
Happypig375 marked this pull request as ready for review July 22, 2026 20:07
Copilot AI changed the title [WIP] Fix failing GitHub Actions job for Windows Fix Windows Nightly CI failure in release-drafter config loading Jul 22, 2026
Copilot AI requested a review from Happypig375 July 22, 2026 20:08
@Happypig375
Happypig375 force-pushed the copilot/fix-windows-actions-job branch from 73d6865 to 297d8f7 Compare July 22, 2026 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants