helm-guide

An opinionated guide for the Helm system
git clone git://archive.git.mtrnord.blog/MTRNord/helm-guide.git
Log | Files | Refs | LICENSE

commit 148440db13dd1cfe562501bb3cd9fdcedefc4478
parent 0b114964624ef2662a302f78ae591976eb992f17
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 25 Oct 2024 11:54:24 +0200

Improve the name of the artifacts

Diffstat:
M.github/workflows/build.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml @@ -20,7 +20,7 @@ jobs: latexmk_shell_escape: true - uses: actions/upload-artifact@v4 with: - name: document + name: pdf path: | root.pdf build-markdown: @@ -32,6 +32,6 @@ jobs: args: "-s root.tex -o root.md" - uses: actions/upload-artifact@v4 with: - name: document + name: markdown path: | root.md