mikrotik-router-switch/.gitea/workflows/cron.yml
Yezzi Hsueh 9927777d2e
Some checks failed
Create Scripts / Build (push) Failing after 2m52s
ci: update actions
2024-11-29 04:39:00 +08:00

27 lines
575 B
YAML

name: Create Scripts
on:
push:
paths-ignore:
- "**.md"
schedule:
- cron: 0 5 * * *
jobs:
Build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Create Script
uses: actions-rs/cargo@v1
with:
command: run
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: chn_list.rsc
path: chn_list.rsc