Skip to content

Commit

Permalink
Zip the files for release instead
Browse files Browse the repository at this point in the history
  • Loading branch information
adinriv committed Oct 11, 2023
1 parent ae006a4 commit 34cda1d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install zip
run: apt update -qq && apt install -y zip
- name: Zip code
run: zip --junk-paths authorkit.zip main.tex nldl.cls references.bib
- name: Release code
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
./main.tex
./references.bib
./nldl.cls
./authorkit.zip

0 comments on commit 34cda1d

Please sign in to comment.