Add macOS and Linux install script

This commit is contained in:
Edward Frazer
2026-02-24 19:54:03 -08:00
parent 9a393c9b6f
commit 0f570e20d5
2 changed files with 248 additions and 0 deletions

View File

@@ -494,6 +494,10 @@ jobs:
--package codex-responses-api-proxy \
--package codex-sdk
- name: Stage macOS and Linux installer script
run: |
cp scripts/install/install.sh dist/install.sh
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
with: