fixed: upload of artifacts should work
All checks were successful
latex build / Explore-Gitea-Actions (push) Successful in 3m48s

This commit is contained in:
Sebastian Rust
2023-08-11 10:21:24 +02:00
parent 17585b41b5
commit 5269933e8f

View File

@@ -6,7 +6,7 @@ jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: docker runs-on: docker
container: container:
image: leplusorg/latex image: latex
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"