mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-01-18 18:46:43 +00:00
Update main.yml
This commit is contained in:
parent
00b0d4b3ba
commit
d613c5435c
1 changed files with 6 additions and 0 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -3,6 +3,9 @@ name: Publish release draft
|
|||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag:
|
||||
description: Release tag
|
||||
required: true
|
||||
prerelease:
|
||||
description: Prerelease
|
||||
type: boolean
|
||||
|
@ -13,6 +16,8 @@ on:
|
|||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -54,6 +59,7 @@ jobs:
|
|||
uses: ncipollo/release-action@v1.12.0
|
||||
with:
|
||||
commit: ${{ github.ref_name }}
|
||||
tag: ${{ inputs.tag }}
|
||||
allowUpdates: true
|
||||
artifactErrorsFailBuild: true
|
||||
artifacts: "capy64-linux-x64.zip,capy64-windows-x64.zip"
|
||||
|
|
Loading…
Reference in a new issue