mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
18 lines
No EOL
421 B
YAML
18 lines
No EOL
421 B
YAML
name: 'build-gui-linux'
|
|
description: 'Tea GUI builder for linux'
|
|
# TODO: cache
|
|
# inputs:
|
|
# who-to-greet: # id of input
|
|
# description: 'Who to greet'
|
|
# required: true
|
|
# default: 'World'
|
|
# outputs:
|
|
# time: # id of output
|
|
# description: 'The time we greeted you'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|
|
env:
|
|
CARGO_TARGET_DIR: /github/workspace/target
|
|
args:
|
|
- ${{ inputs.who-to-greet }} |