Skip to content

Commit

Permalink
Create create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Apr 16, 2024
1 parent 5f9dede commit cd4849e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: create-release

on:
workflow_dispatch:
inputs:
version-string:
type: string
required: true
changelog-output-file:
type: string
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 }}

0 comments on commit cd4849e

Please sign in to comment.