Files
examples/.github/workflows/build.yml
sudo-rsingh 3011249582
All checks were successful
/ build (push) Successful in 17s
Update .github/workflows/build.yml
2026-05-16 01:42:36 +05:30

16 lines
335 B
YAML

on: [push]
jobs:
build:
runs-on: node-latest
steps:
- name: File Creation
run: |
echo "TEST" > test.txt
ls
cat test.txt
- name: Artifact Upload
uses: https://gitea.com/actions/gitea-upload-artifact@v4
with:
name: test
path: test.txt