-
Notifications
You must be signed in to change notification settings - Fork 0
49 lines (39 loc) · 1.15 KB
/
release.yml
File metadata and controls
49 lines (39 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name: Release
on:
push:
tags:
- "v*"
permissions:
contents: write
jobs:
build-windows:
name: Build Windows installer
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
- name: Install dependencies
run: npm ci
- name: Check source
run: npm run lint
- name: Build installer
run: npm run pack:win
- name: Publish GitHub Release
uses: softprops/action-gh-release@v2
with:
name: CodexAuth Switch ${{ github.ref_name }}
body: |
Initial open-source release.
- Windows local Codex App account switcher
- DPAPI-encrypted local account snapshots
- No OpenAI official API calls
- No Codex conversation history upload
- The installer is not commercially code-signed, so Windows may show a security warning.
files: |
release/CodexAuthSwitch-Setup-*.exe
release/CodexAuthSwitch-Setup-*.exe.blockmap