Skip to content

Commit

Permalink
chore: upload artifact after build successed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloaix committed Aug 7, 2021
1 parent 9dce549 commit ab6b7a8
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 1,351 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ jobs:
# 列出产物
- name: List output
run: du -ah ./output

# 上传构建产物
- uses: actions/upload-artifact@v2
with:
name: outputs
path: ./output/*
retention-days: 7
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ node_modules
.gradle

# Ignore Gradle build output directory
build
build
*coverage
116 changes: 0 additions & 116 deletions gofi-frontend/coverage/clover.xml

This file was deleted.

3 changes: 0 additions & 3 deletions gofi-frontend/coverage/coverage-final.json

This file was deleted.

Loading

0 comments on commit ab6b7a8

Please sign in to comment.