Skip to content

Commit

Permalink
Add templates to the deployed files
Browse files Browse the repository at this point in the history
  • Loading branch information
adinriv committed Nov 22, 2023
1 parent b19253b commit 91f70f8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,16 @@ jobs:
run: apt update -qq && apt install -y zip
- name: Zip code
run: zip --junk-paths authorkit.zip main.tex nldl.cls references.bib
- name: Download PDFs
uses: actions/download-artifact@v3
with:
path: ./
- name: Zip the PDFs
run: zip --junk-paths templates.zip fullpaper-review.pdf fullpaper-final.pdf abstract-review.pdf abstract-final.pdf
- name: Release code
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
./authorkit.zip
./authorkit.zip
./templates.zip

0 comments on commit 91f70f8

Please sign in to comment.