ghaction-upx/action.yml
2020-04-09 02:32:42 +02:00

22 lines
497 B
YAML

# https://help.github.com/en/articles/metadata-syntax-for-github-actions
name: 'UPX GitHub Action'
description: 'GitHub Action for UPX, the Ultimate Packer for eXecutables'
author: 'crazy-max'
branding:
color: 'yellow'
icon: 'trending-down'
inputs:
version:
description: 'UPX version. Example: 3.95'
default: 'latest'
file:
description: 'File to compress'
required: true
args:
description: 'Arguments to pass to UPX'
runs:
using: 'node12'
main: 'dist/index.js'