新建workflow
Build and Publish / Run (push) Failing after 31s Details

This commit is contained in:
cxykevin 2024-04-15 21:58:14 +08:00
parent ba91a1aa22
commit 6397bf016b
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
name: Build and Publish
run-name: Build and Publish Package (${{ gitea.actor }})
on: [push]
jobs:
Run:
runs-on: ubuntu-latest
steps:
- name: Info
run: echo "OS=${{ runner.os }} NAME=${{ gitea.event_name }} REPO=${{ gitea.repository }} BRANCH=${{ gitea.ref }} ST=${{ job.status }}"
- name: CheckOut
uses: http://hmtsai.cn:3000/actions/checkout@v3
- name: Build
run: python3 setup.py build
- name: Publish
run: echo "Publish..."