mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Update build.yaml
This commit is contained in:
parent
e46883f271
commit
4dfbf3169d
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
@ -56,6 +56,11 @@ on:
|
||||
required: false
|
||||
default: true
|
||||
type: boolean
|
||||
tag:
|
||||
description: "Release tag name"
|
||||
required: false
|
||||
default: "WSA"
|
||||
type: string
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
@ -240,4 +245,4 @@ jobs:
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: ./output/${{ env.release_asset_name }}.zip
|
||||
tag_name: WSA
|
||||
tag_name: ${{ inputs.tag }}
|
||||
|
Loading…
Reference in New Issue
Block a user