Add CI and artifact publishing #1

Merged
restitux merged 19 commits from ci-test into main 2025-11-28 05:24:12 +00:00
Showing only changes of commit 940f020542 - Show all commits
+10 -13
View File
@@ -19,17 +19,14 @@
# only:
# - branches
stages:
- run
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
run:
stage: run
image: rust:latest
script:
- echo "foo"
- echo "bar"
- echo "baz" > foo
artifacts:
paths:
- ./foo
expire_in: 1 week
jobs:
TestStage:
runs-on: ubuntu-latest
steps:
- run: echo "foo"
- run: echo "bar"
- run: echo "baz" > foo