Skip to content

Commit

Permalink
Create create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan authored Aug 4, 2024
1 parent 362e0d2 commit 2280855
Showing 1 changed file with 15 additions and 0 deletions.
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: ${{ vars.BUILD_ARTIFACTS }}

0 comments on commit 2280855

Please sign in to comment.