This commit is contained in:
binarybaron 2021-12-31 19:38:33 +06:00 committed by GitHub
parent dda3258f3a
commit 8c46190dd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,13 @@ name: "Build swap and asb release binaries"
on: on:
workflow_dispatch: workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
description: 'Test scenario tags'
release: release:
types: [created] types: [created]