Skip to content

Commit 5e3f9c4

Browse files
committed
2 parents 7eea035 + f850fc9 commit 5e3f9c4

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

.github/workflows/create-release.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: create-release
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
version-string:
7+
type: string
8+
required: true
9+
10+
jobs:
11+
create-release:
12+
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/create-release.yml@main
13+
with:
14+
ksp-zip-url: https://github.com/KSPModdingLibs/KSPLibs/raw/main/KSP-1.12.5.zip
15+
version-string: ${{ inputs.version-string }}
16+
changelog-output-file: GameData/FreeIva/FreeIvaChangelog.cfg
17+
secrets:
18+
ksp-zip-password: ${{ secrets.KSP_ZIP_PASSWORD }}

.github/workflows/test.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)