mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-09 04:38:30 +09:00
[CI] upload retrace summary PDFs separately
This commit is contained in:
@@ -465,6 +465,16 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: retrace-summary-${{ env.date_today }}-${{ env.short_sha }}
|
||||
path: retrace-summary/**
|
||||
path: |
|
||||
retrace-summary/**
|
||||
!retrace-summary/mobilegl-linux-retrace-overview.pdf
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Upload retrace summary PDF
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: retrace-summary-pdf-${{ env.date_today }}-${{ env.short_sha }}
|
||||
path: retrace-summary/mobilegl-linux-retrace-overview.pdf
|
||||
compression-level: 0
|
||||
if-no-files-found: error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user