Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Jun 2, 2024
2 parents 7eea035 + f850fc9 commit 5e3f9c4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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:
ksp-zip-url: https://github.com/KSPModdingLibs/KSPLibs/raw/main/KSP-1.12.5.zip
version-string: ${{ inputs.version-string }}
changelog-output-file: GameData/FreeIva/FreeIvaChangelog.cfg
secrets:
ksp-zip-password: ${{ secrets.KSP_ZIP_PASSWORD }}
12 changes: 0 additions & 12 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit 5e3f9c4

Please sign in to comment.