Skip to content

Commit

Permalink
12 add log in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknow0 committed Nov 11, 2023
1 parent 607ed5a commit d685719
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ jobs:
sudo apt install libxml2-utils
- name: validate
run: bash .github/validate.sh
- uses: actions/upload-artifact@v3
if: always()
with:
name: results-${{matrix.version}}
path: log

0 comments on commit d685719

Please sign in to comment.