From a52f6b28fb4752da42f5653dbab413b6bb79a585 Mon Sep 17 00:00:00 2001 From: MWTJC Date: Sat, 31 Aug 2024 02:56:41 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.github/workflows/CI.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CI.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/workflows/CI.yml diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml new file mode 100644 index 0000000..12af36a --- /dev/null +++ b/.github/workflows/CI.yml @@ -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 \ No newline at end of file