-
Notifications
You must be signed in to change notification settings - Fork 27
42 lines (39 loc) · 892 Bytes
/
ci.yml
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
name: Continuous Integration
on: push
jobs:
ci:
name: CI
uses: acidicoala/KoalaBox/.github/workflows/build-and-package.yml@15d5cfc2e515bc72e47da6c0c563820cff98551f
permissions:
contents: write
with:
modules: >-
[
"audioses",
"d3d9",
"d3d10",
"d3d11",
"dinput8",
"dwmapi",
"dxgi",
"glu32",
"hid",
"iphlpapi",
"msasn1",
"msimg32",
"mswsock",
"opengl32",
"profapi",
"propsys",
"textshaping",
"version",
"winhttp",
"wldp",
"winmm",
"xinput9_1_0"
]
zip_command: >
cp res/Koaloader.config.json artifacts/Koaloader.config.json &&
cd artifacts &&
zip ../$ZIP_NAME ./* -r
config: Release