-
Notifications
You must be signed in to change notification settings - Fork 0
43 lines (38 loc) · 941 Bytes
/
pack.yaml
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
name: pack test package
on:
push:
branches:
- "main"
workflow_run:
workflows: [test]
types:
- completed
workflow_dispatch:
jobs:
pack_win:
runs-on: windows-latest
steps:
- name: check out my code
uses: actions/checkout@v4
with:
ref: "dev"
- name: install python
uses: actions/setup-python@v4.7.1
with:
python-version: '3.10'
- uses: ilammy/msvc-dev-cmd@v1.4.1
- name: pack
run: |
&./.github/windows/winpack.ps1
- name: upload_ach
uses: actions/upload-artifact@v3
with:
name: ictye_live_dm
path: ictye_live_dm.zip
- name: makensis
uses: joncloud/makensis-action@v4
- name: upload_installer
uses: actions/upload-artifact@v3
with:
name: ictye_live_dm-installer
path: ictye_live_dm-installer-x86_64.exe