Compare commits

...

5 Commits

Author SHA1 Message Date
iceweasel-oai
df5c4857d9 fix comment that should not have been removed 2026-02-26 12:33:59 -08:00
iceweasel-oai
6f4d280df5 revert test version. Actually integrate into rust-release 2026-02-26 12:32:03 -08:00
iceweasel-oai
3aee569b7f run on test tag creation 2026-02-26 10:59:50 -08:00
iceweasel-oai
4a1fac9745 allow manual running of rust-release for testing 2026-02-26 10:47:06 -08:00
iceweasel-oai
1b70881a5a test publish for winget. 2026-02-26 10:36:24 -08:00

View File

@@ -635,6 +635,25 @@ jobs:
exit "${publish_status}"
done
winget:
name: winget
needs: release
if: ${{ !contains(needs.release.outputs.version, '-') }}
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Publish to WinGet
uses: vedantmgoyal9/winget-releaser@19e706d4c9121098010096f9c495a70a7518b30f
with:
identifier: OpenAI.Codex
version: ${{ needs.release.outputs.version }}
release-tag: ${{ needs.release.outputs.tag }}
fork-user: openai-oss-forks
installers-regex: '^codex-(?:x86_64|aarch64)-pc-windows-msvc\.exe\.zip$'
token: ${{ secrets.WINGET_PUBLISH_PAT }}
update-branch:
name: Update latest-alpha-cli branch
permissions: