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

This commit is contained in:
ft 2025-10-09 10:34:04 +00:00
parent 9b0ec04d0a
commit cd5dc36471

View File

@ -21,4 +21,8 @@ jobs:
run: |
pwd
ls -d $(pwd -P)/*
- name: Build skyscraper8 binaries.
working-directory: ${{ gitea.workspace }}
run: |
dotnet build /p:EnableWindowsTargeting=true
- run: echo "🍏 This job's status is ${{ job.status }}."