We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4747e12 commit aab2a3cCopy full SHA for aab2a3c
.github/workflows/main.yml
@@ -10,14 +10,9 @@ jobs:
10
uses: dante-ev/latex-action@latest
11
with:
12
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 }}
+
+ - name: Upload PDF as artifact
+ uses: actions/upload-artifact@v2
19
20
- upload_url: ${{ steps.create_release.outputs.upload_url }}
21
- asset_path: ./WenegratGroupExpectations.pdf
22
- asset_name: WenegratGroupExpectations.pdf
23
- asset_content_type: pdf
+ name: WenegratGroupExpectations.pdf
+ path: WenegratGroupExpectations.pdf
0 commit comments