Skip to content

Commit 9f030e6

Browse files
committed
Release the PDF for every build
Signed-off-by: Rafael Sene <rafael@riscv.org>
1 parent 56bfbb2 commit 9f030e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-pdf.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,14 @@ jobs:
6363
- name: Build Files
6464
run: make
6565

66-
# Upload the built PDF files as a single artifact
66+
# Upload any generated PDF even if a later step in the job fails.
6767
- name: Upload Build Artifacts
68+
if: always()
6869
uses: actions/upload-artifact@v4
6970
with:
7071
name: Build Artifacts
7172
path: ${{ github.workspace }}/build/*.pdf
73+
if-no-files-found: warn
7274
retention-days: 30
7375

7476
# Create Release

0 commit comments

Comments
 (0)