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

This commit is contained in:
ft 2025-10-09 11:31:46 +00:00
parent 22fe9ac386
commit 3a8147c338

View File

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