Skip to content

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
adinriv committed Aug 30, 2024
1 parent fa1a1c9 commit 7e78f84
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,14 @@ jobs:
uses: actions/download-artifact@v3
- name: Zip the PDFs
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: Move PDFs
run: mv fullpaper-review/fullpaper-review.pdf fullpaper-instructions.pdf
- name: Release code
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
./authorkit.zip
./templates.zip
./fullpaper-instructions.pdf
./templates.zip

0 comments on commit 7e78f84

Please sign in to comment.