From 612d41f10d687d3e658eca6ce2f11792e45ac30f Mon Sep 17 00:00:00 2001 From: Yinan Qin <39023210+ganyuanzhen@users.noreply.github.com> Date: Sun, 10 Mar 2024 12:15:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/blank.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 2784a02..d68406c 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -36,3 +36,12 @@ jobs: - name: Run a build script run: echo 29 | bash build-github.sh + - name: Zip built files + run: tar -zcvf BuiltDeb.tar.gz ./LingmoSrcBuild/Deb + + - uses: actions/upload-artifact@v4 + with: + name: LingmoOS Built + path: BuiltDeb.tar.gz + compression-level: 9 # maximum compression +