.gitea/workflows/demo.yaml aktualisiert
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m30s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m30s
This commit is contained in:
parent
9b0ec04d0a
commit
cd5dc36471
@ -21,4 +21,8 @@ jobs:
|
||||
run: |
|
||||
pwd
|
||||
ls -d $(pwd -P)/*
|
||||
- name: Build skyscraper8 binaries.
|
||||
working-directory: ${{ gitea.workspace }}
|
||||
run: |
|
||||
dotnet build /p:EnableWindowsTargeting=true
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user