添加 .github/workflows/CI.yml

This commit is contained in:
MWTJC 2024-08-31 02:56:41 +00:00
parent d33d901de2
commit a52f6b28fb

30
.github/workflows/CI.yml vendored Normal file

@ -0,0 +1,30 @@
name: gitea-CI
on: [push]
jobs:
poetry-src-regen:
runs-on: windows-amd64
steps:
- name: checkout
uses: actions/checkout@v4
- name: upload-1
uses: actions/upload-artifact@v3
with:
name: win64 dist.zip
path: |
.\dist\*.txt
if-no-files-found: error
compression-level: 9
overwrite: true
- name: upload-2
uses: actions/upload-artifact@v3
with:
name: win64_dist.zip
path: |
.\dist\*.txt
if-no-files-found: error
compression-level: 9
overwrite: true