From 13cf3f4bf02531f6c08993368a348b054f253a66 Mon Sep 17 00:00:00 2001 From: Nathan Hui Date: Mon, 1 Jan 2024 01:05:04 -0800 Subject: [PATCH] ci: Fixes artifact upload --- .github/workflows/latex_build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/latex_build.yml b/.github/workflows/latex_build.yml index 434d900..28f22c7 100644 --- a/.github/workflows/latex_build.yml +++ b/.github/workflows/latex_build.yml @@ -20,10 +20,11 @@ jobs: cp presentation.pdf `date +e4e_weekly_presentation_%Y-%m-%dT%H-%M-%S.pdf` mkdir out cp presentation.pdf out/e4e_weekly_presentation.pdf + ls -al - name: Upload Artifact uses: actions/upload-artifact@v4 with: - path: e4e_weekly_presentations* + path: e4e_weekly_presentation* - name: Deploy to Github Pages uses: JamesIves/github-pages-deploy-action@v4.5.0 with: