Skip to content

Commit 0c29279

Browse files
committed
移除win32位版本发布
1 parent dd96a43 commit 0c29279

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,6 @@ on:
55
- '*.*.*'
66
- '*.*.*-*.*'
77
jobs:
8-
build-win32-old-release:
9-
runs-on: windows-latest
10-
steps:
11-
- uses: actions/checkout@v3
12-
- name: Setup Python
13-
uses: actions/setup-python@v4
14-
with:
15-
python-version: 3.7.5
16-
cache: pip
17-
architecture: x86
18-
- name: Install dependencies
19-
run: |
20-
python -m pip install --upgrade pip
21-
python -m pip install -r ./requirements_win.txt
22-
- name: Run packing
23-
run: |
24-
cp ./OlivOS/hook.py ./OlivOS/hook_bak.py
25-
cp ./OlivOS/hook_pack.py ./OlivOS/hook.py
26-
pyinstaller ./main.spec
27-
- name: Run artifact
28-
run: |
29-
mkdir OlivOS-Win
30-
cp ./dist/main.exe ./OlivOS-win/OlivOS.exe
31-
- name: Upload Artifact OlivOS
32-
uses: actions/upload-artifact@v4
33-
with:
34-
name: OlivOS-Win-32-old
35-
path: ./OlivOS-Win
36-
378
build-win64-release:
389
runs-on: windows-latest
3910
steps:
@@ -139,8 +110,6 @@ jobs:
139110
artifacts: |
140111
./OlivOS-Win.zip
141112
./OlivOS-Win-${{ github.ref_name }}.zip
142-
./OlivOS-Win-32-old.zip
143-
./OlivOS-Win-32-old-${{ github.ref_name }}.zip
144113
./OlivOS-Linux.zip
145114
./OlivOS-Linux-${{ github.ref_name }}.zip
146115
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)