forked from UltraJohn/HUDReplacer
-
Notifications
You must be signed in to change notification settings - Fork 2
30 lines (26 loc) · 904 Bytes
/
build.yml
File metadata and controls
30 lines (26 loc) · 904 Bytes
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
name: build
on:
push:
pull_request:
workflow_call:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/setup-ckan@0.0.4
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/install-dependencies@0.0.4
with:
dependency-identifiers: Harmony2
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/compile@0.0.4
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/assemble-release@0.0.4
with:
output-file-name: HUDReplacer
# The build step already copies the relevant files into GameData so we
# don't need to include the defaults here
artifacts: GameData
- run: tree
- uses: actions/upload-artifact@v4
with:
path: GameData/HUDReplacer/HUDReplacer.version
name: HUDReplacer.version