Update compile.yml
This commit is contained in:
parent
217d34613e
commit
761c9b5c0d
1 changed files with 4 additions and 1 deletions
5
.github/workflows/compile.yml
vendored
5
.github/workflows/compile.yml
vendored
|
@ -40,6 +40,9 @@ jobs:
|
|||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: main.pdf
|
||||
files: |
|
||||
thesis.pdf
|
||||
slides_clean.pdf
|
||||
slides_notes.pdf
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue