Skip to content

Commit aab2a3c

Browse files
authored
Trying to fix the upload.
Switching from release artifact, to just artifact.
1 parent 4747e12 commit aab2a3c

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,9 @@ 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 }}
13+
14+
- name: Upload PDF as artifact
15+
uses: actions/upload-artifact@v2
1916
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
17+
name: WenegratGroupExpectations.pdf
18+
path: WenegratGroupExpectations.pdf

0 commit comments

Comments
 (0)