Skip to content

Commit

Permalink
Add directories for the artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
adinriv committed Nov 22, 2023
1 parent 91f70f8 commit 393b579
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
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
run: |
zip --junk-paths templates.zip fullpaper-review/fullpaper-review.pdf fullpaper-final/fullpaper-final.pdf abstract-review/abstract-review.pdf abstract-final/abstract-final.pdf
- name: Release code
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 393b579

Please sign in to comment.