Update .crow/my-first-workflow.yaml

This commit is contained in:
2025-08-12 11:36:22 +05:30
parent 27d16b44c1
commit 8198e54080

View File

@@ -0,0 +1,10 @@
when:
- event: push
branch: main
steps:
- name: build
image: debian
commands:
- echo "This is the build step"
- echo "binary-data-123" > executable