Skip to content

Commit

Permalink
ci: Fixes artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui committed Jan 1, 2024
1 parent 9e402d6 commit 13cf3f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/latex_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit 13cf3f4

Please sign in to comment.