From be42afc7522eae9865c98dad73f7fd0ec916fbb7 Mon Sep 17 00:00:00 2001 From: Yichen Zhao <37545115+FengChendian@users.noreply.github.com> Date: Sat, 11 Sep 2021 15:25:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0release=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 119f09f..4682d31 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,6 +31,13 @@ jobs: runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/v') steps: + - name: Set up Git repository + uses: actions/checkout@v2 + + - name: Zip Source + run: | + zip -r njuthesis.zip . -x ".github/*" ".gitignore" + - name: Download artifact uses: actions/download-artifact@v2 with: @@ -42,3 +49,4 @@ jobs: prerelease: false files: | njuthesis.pdf + njuthesis.zip