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

This commit is contained in:
ft 2025-10-09 11:35:26 +00:00
parent 3a8147c338
commit 85dc986965

View File

@ -37,4 +37,9 @@ jobs:
working-directory: ${{ gitea.workspace }}/skyscraper8.Manual
run: |
7zz a ${{ gitea.workspace }}/skyscraper8-${{ gitea.sha }}.zip skyscraper8.Manual.pdf
- name: Uploading the Package...
uses: akkuman/gitea-release-action@v1
with:
files: |-
${{ gitea.workspace }}/skyscraper8-${{ gitea.sha }}.zip
- run: echo "🍏 This job's status is ${{ job.status }}."