add new uplaod

This commit is contained in:
philipp 2024-02-28 10:54:15 +01:00
parent 9c470de81c
commit d68b85b1a9

View File

@ -29,7 +29,7 @@ jobs:
run: latexmk -pdf ${{ env.root_file }} run: latexmk -pdf ${{ env.root_file }}
env: env:
root_file: main.tex # Replace 'main.tex' with the path to your main LaTeX file root_file: main.tex # Replace 'main.tex' with the path to your main LaTeX file
- name: Upload artifacts and release assets - name: christopherhx/gitea-upload-artifact@v4
uses: nanoufo/action-upload-artifacts-and-release-assets@v1.9 uses: nanoufo/action-upload-artifacts-and-release-assets@v1.9
with: with:
path: ./main.pdf path: ./main.pdf
@ -98,7 +98,7 @@ jobs:
# name: spellcheck-results # name: spellcheck-results
# path: ${{ env.LATEX_SPELLCHECK_SOURCE_PATH }}${{ env.LATEX_SPELLCHECK_SOURCE_NAME }}.spellcheck.html # path: ${{ env.LATEX_SPELLCHECK_SOURCE_PATH }}${{ env.LATEX_SPELLCHECK_SOURCE_NAME }}.spellcheck.html
- name: Upload artifacts and release assets - name: Upload artifacts and release assets
uses: nanoufo/action-upload-artifacts-and-release-assets@v1.9 uses: christopherhx/gitea-upload-artifact@v4
with: with:
name: spellcheck-results name: spellcheck-results
path: ${{ env.LATEX_SPELLCHECK_SOURCE_PATH }}${{ env.LATEX_SPELLCHECK_SOURCE_NAME }}.spellcheck.html path: ${{ env.LATEX_SPELLCHECK_SOURCE_PATH }}${{ env.LATEX_SPELLCHECK_SOURCE_NAME }}.spellcheck.html