.gitea/workflows/demo.yaml aktualisiert
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m8s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m8s
This commit is contained in:
parent
3a8147c338
commit
85dc986965
@ -37,4 +37,9 @@ jobs:
|
|||||||
working-directory: ${{ gitea.workspace }}/skyscraper8.Manual
|
working-directory: ${{ gitea.workspace }}/skyscraper8.Manual
|
||||||
run: |
|
run: |
|
||||||
7zz a ${{ gitea.workspace }}/skyscraper8-${{ gitea.sha }}.zip skyscraper8.Manual.pdf
|
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 }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user