Skip to content

Commit

Permalink
merging develop for 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Feb 6, 2025
1 parent 2400dea commit 64fd067
Show file tree
Hide file tree
Showing 58 changed files with 878 additions and 735 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: build

on:
push:
branches: [ "develop" ]
paths:
- '**/*.cs'
- '**/*.csproj'
pull_request:
paths:
- '**/*.cs'
- '**/*.csproj'
workflow_dispatch:
workflow_call:

jobs:
build:
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@main
with:
artifacts: Resources/GameData LICENSE* README* CHANGELOG*
15 changes: 15 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: create-release

on:
workflow_dispatch:
inputs:
version-string:
type: string
required: true

jobs:
create-release:
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/create-release.yml@main
with:
version-string: ${{ inputs.version-string }}
artifacts: Resources/GameData LICENSE* README* CHANGELOG*
Loading

0 comments on commit 64fd067

Please sign in to comment.