Skip to content

Commit

Permalink
code: error on fail build
Browse files Browse the repository at this point in the history
  • Loading branch information
matiusz committed May 20, 2024
1 parent 3db66be commit a751368
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,19 @@ jobs:
env:
SONGBOOK_DATA_DIR: spiewnik111adh

- name: ls
run: ls

- name: Archive HK PDF
uses: actions/upload-artifact@v4
with:
name: hk-songbook
path: ./hk-songbook.pdf
if-no-files-found: error

- name: Archive 111 ADH PDF
uses: actions/upload-artifact@v4
with:
name: spiewnik111adh
path: ./spiewnik111adh.pdf
path: ./spiewnik111adh.pdf
if-no-files-found: error

0 comments on commit a751368

Please sign in to comment.