.gitea/workflows/demo.yaml aktualisiert
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m14s

This commit is contained in:
ft 2025-10-09 11:26:30 +00:00
parent 0665732caa
commit 2cd042c75a

View File

@ -32,5 +32,9 @@ jobs:
- name: Packing the main assembly...
working-directory: ${{ gitea.workspace }}/skyscraper8/bin/Debug/net8.0
run: |
7zz a ${{ gitea.workspace }}/test.zip *
7zz a ${{ gitea.workspace }}/skyscraper8-{{gitea.sha}}.zip *
- name: Packing the manual...
working-directory:
run: |
7zz a ${{ gitea.workspace }}/skyscraper8-{{gitea.sha}}.zip skyscraper8.Manual.pdf
- run: echo "🍏 This job's status is ${{ job.status }}."