File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed
Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change 55 - ' *.*.*'
66 - ' *.*.*-*.*'
77jobs :
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 }}
You can’t perform that action at this time.
0 commit comments