Skip to content

Commit

Permalink
ci: update release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi <[email protected]>
  • Loading branch information
skyzh committed Aug 28, 2021
1 parent 3c76faf commit 750c00c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
run: |
.github/ci/build_package.sh
.github/ci/build_all_variants.sh -halt-on-error -time -quiet -xelatex
.github/ci/gen_cover.sh -halt-on-error -time -quiet -xelatex
name: build with XeLaTeX
- run: cat build-*.log
- run: cat build/build-*.log
name: display build log
if: ${{ failure() || success() }}
- uses: actions/create-release@latest
Expand Down

0 comments on commit 750c00c

Please sign in to comment.