.gitea/workflows/demo.yaml aktualisiert
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m14s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m14s
This commit is contained in:
parent
0665732caa
commit
2cd042c75a
@ -32,5 +32,9 @@ jobs:
|
|||||||
- name: Packing the main assembly...
|
- name: Packing the main assembly...
|
||||||
working-directory: ${{ gitea.workspace }}/skyscraper8/bin/Debug/net8.0
|
working-directory: ${{ gitea.workspace }}/skyscraper8/bin/Debug/net8.0
|
||||||
run: |
|
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 }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user