|
|
|
@ -1,10 +1,10 @@
|
|
|
|
# .gitea/workflows/build.yaml
|
|
|
|
# .gitea/workflows/build.yaml
|
|
|
|
name: Automated Unity Build
|
|
|
|
name: Automated Unity Build
|
|
|
|
run-name: ${{ github.actor }} is testing out Gitea Actions
|
|
|
|
run-name: ${{ github.actor }} is testing out Gitea Actions
|
|
|
|
on:
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
- main
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
Explore-Gitea-Actions:
|
|
|
|
Explore-Gitea-Actions:
|
|
|
|
runs-on: [self-hosted, windows]
|
|
|
|
runs-on: [self-hosted, windows]
|
|
|
|
|