Skip to content

Commit

Permalink
feat: 更新release方式
Browse files Browse the repository at this point in the history
  • Loading branch information
FengChendian authored Sep 11, 2021
1 parent bef80bf commit be42afc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -42,3 +49,4 @@ jobs:
prerelease: false
files: |
njuthesis.pdf
njuthesis.zip

0 comments on commit be42afc

Please sign in to comment.