Skip to content

.github/workflows/action.yml #444

.github/workflows/action.yml

.github/workflows/action.yml #444

Workflow file for this run

# action.yml
name: 'Build Release'
outputs:
bin_file: # id of output
description: 'The generated binary file'
runs:
using: 'docker'
image: 'Dockerfile'