.gitea/workflows/demo.yaml aktualisiert
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m2s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m2s
This commit is contained in:
parent
22fe9ac386
commit
3a8147c338
@ -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 }}."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user