act
This commit is contained in:
27
.github/workflows/build.yml
vendored
27
.github/workflows/build.yml
vendored
@ -33,7 +33,32 @@ jobs:
|
||||
- name: Build handouts
|
||||
run: TYPST_PATH="$(pwd)/typst" python tools/build/main.py
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- name: Advanced logs
|
||||
uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
with:
|
||||
name: "logs: advanced"
|
||||
path: "Advanced/*"
|
||||
retention-days: 1
|
||||
|
||||
- name: Intermediate logs
|
||||
uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
with:
|
||||
name: "logs: intermediate"
|
||||
path: "Intermediate/*"
|
||||
retention-days: 1
|
||||
|
||||
- name: Warm-Up logs
|
||||
uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
with:
|
||||
name: "logs: warm-ups"
|
||||
path: "Warm-Ups/*"
|
||||
retention-days: 1
|
||||
|
||||
- name: Upload output
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: output
|
||||
path: "output/*"
|
||||
|
Reference in New Issue
Block a user