Skip to content

Commit 4747e12

Browse files
authored
Adding asset upload
Basic build seems to work (?), but adding upload of the resulting pdf.
1 parent 14050a6 commit 4747e12

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,14 @@ jobs:
1010
uses: dante-ev/latex-action@latest
1111
with:
1212
root_file: WenegratGroupExpectations.tex
13+
14+
- name: Upload Release Asset
15+
id: upload-release-asset
16+
uses: actions/upload-release-asset@v1
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
with:
20+
upload_url: ${{ steps.create_release.outputs.upload_url }}
21+
asset_path: ./WenegratGroupExpectations.pdf
22+
asset_name: WenegratGroupExpectations.pdf
23+
asset_content_type: pdf

0 commit comments

Comments
 (0)