.gitea/workflows/demo.yaml aktualisiert
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m31s

This commit is contained in:
ft 2025-10-09 11:20:22 +00:00
parent e9c3c7cdf5
commit 0665732caa

View File

@ -29,4 +29,8 @@ jobs:
working-directory: ${{ gitea.workspace }}/skyscraper8.Manual
run: |
pdflatex skyscraper8.Manual.tex
- name: Packing the main assembly...
working-directory: ${{ gitea.workspace }}/skyscraper8/bin/Debug/net8.0
run: |
7zz a ${{ gitea.workspace }}/test.zip *
- run: echo "🍏 This job's status is ${{ job.status }}."