gui/devops/linux-builder/action.yml
Neil 6ad452331b
flatten repo: remove pnpm workspace + merge workspaces (#688)
* remove unused components

* remove pnpm

* implementation of local dev pantry setup (#689)
2023-06-30 10:33:39 +08:00

18 lines
422 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 }}