Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MSCMDD authored Apr 19, 2024
1 parent 87a56d3 commit 9157f8c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@ jobs:
if: success() || failure() # always run even if the previous step fails
with:
report_paths: '**/build/test-results/test/TEST-*.xml'
- name: 编译输出
uses: actions/upload-artifact@v3
if: success() || failure()
with:
name: plugins
path: target
if-no-files-found: error

0 comments on commit 9157f8c

Please sign in to comment.