Files
crowci-test/.crow/my-first-workflow.yml
2025-12-12 15:15:27 +05:30

13 lines
195 B
YAML

when:
- event: manual
labels:
platform: linux/amd64
steps:
- name: build
image: debian
commands:
- echo "This is the build step"
- echo "binary-data-123" > executable