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

This commit is contained in:
ft 2025-10-09 10:55:44 +00:00
parent a4f80b527e
commit e9c3c7cdf5

View File

@ -21,8 +21,12 @@ jobs:
run: |
pwd
ls -d $(pwd -P)/*
- name: Build skyscraper8 binaries.
- name: Building the main assembly...
working-directory: ${{ gitea.workspace }}
run: |
dotnet build /p:EnableWindowsTargeting=true
- name: Typesetting the readme file...
working-directory: ${{ gitea.workspace }}/skyscraper8.Manual
run: |
pdflatex skyscraper8.Manual.tex
- run: echo "🍏 This job's status is ${{ job.status }}."