Skip to content

Release v1.3.1

Release v1.3.1 #13

Workflow file for this run

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/[email protected]
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected]
with:
dependency-identifiers: Harmony2
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected]
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected]
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