Skip to content

Commit

Permalink
Merge pull request #171 from FIUS/pipeline
Browse files Browse the repository at this point in the history
tries to fix pipeline for tex documents
  • Loading branch information
tillumination authored Sep 21, 2024
2 parents 6b62f7c + c04844a commit 3c1f2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CompileTex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
apk add make zip
cd sheets ; make
zip --junk-paths sheets */jvk-blatt*.pdf
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: github.ref == 'refs/heads/master'
with:
name: sheet-pdfs
Expand Down

0 comments on commit 3c1f2ca

Please sign in to comment.