Skip to content

Commit

Permalink
Move both arxiv files.
Browse files Browse the repository at this point in the history
  • Loading branch information
sampottinger committed Dec 18, 2024
1 parent d9dc8fa commit 985051d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,10 @@ jobs:
run: pip install pandoc-eqnos --user
- name: Build paper
run: cd paper; bash render.sh
- name: Move export
- name: Move export arxiv
run: mv paper/arxiv.zip arxiv.zip
- name: Move export arxiv_complete
run: mv paper/arxiv_complete.zip arxiv_complete.zip
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 985051d

Please sign in to comment.