From eee96bd2731bc578482d0138dcb3f22ef536ea59 Mon Sep 17 00:00:00 2001 From: Sandipsinh Rathod Date: Sun, 15 Sep 2024 12:54:04 -0400 Subject: [PATCH] print artifact download link --- .github/workflows/genpdf.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/genpdf.yml b/.github/workflows/genpdf.yml index 6d2cc8e..e10329d 100644 --- a/.github/workflows/genpdf.yml +++ b/.github/workflows/genpdf.yml @@ -4,9 +4,7 @@ on: push: branches: - main - pull_request: - branches: - - main + jobs: convert-webpage: @@ -44,3 +42,6 @@ jobs: with: name: slides-pdf path: docs/slides.pdf + - name: Artifact download link + run: | + echo "Download the PDF artifact from: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}#artifact"