Add upload step
Some checks failed
Compile LaTeX and Release PDF / build_latex (push) Failing after 1m1s
Some checks failed
Compile LaTeX and Release PDF / build_latex (push) Failing after 1m1s
This commit is contained in:
parent
7952d0b290
commit
153d1d4082
1 changed files with 8 additions and 2 deletions
|
@ -40,6 +40,12 @@ jobs:
|
|||
release-dir: /
|
||||
token: ${{ secrets.RELEASE_TOKEN }}
|
||||
release-notes: "MY RELEASE NOTES"
|
||||
release-name: "Release ${GITHUB_REF}" # Provide a release name (title)
|
||||
tag-name: ${{ github.ref }}
|
||||
tag: ${{ github.ref }}
|
||||
|
||||
# Step 5: Upload the compiled PDF as a release asset
|
||||
- name: Upload PDF to Release
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: main.pdf # The file to upload as the release asset
|
||||
path: main.pdf # Path to the compiled PDF
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue