Delete .gitea/workflows/demo.yaml
This commit is contained in:
@@ -1,16 +0,0 @@
|
|||||||
name: Gitea Actions Demo
|
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|
||||||
on: [push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
Explore-Gitea-Actions:
|
|
||||||
runs-on: windows-latest
|
|
||||||
steps:
|
|
||||||
- name: Check out repository code
|
|
||||||
uses: actions/checkout@v5
|
|
||||||
- uses: actions/setup-dotnet@v5
|
|
||||||
with:
|
|
||||||
dotnet-version: '8.0.x'
|
|
||||||
- run: dotnet --list-sdks
|
|
||||||
- run: dotnet --list-runtimes
|
|
||||||
- run: dotnet build -f win-x64 --property:EnableWindowsTargeting=true ./BlueMine/BlueMine.csproj
|
|
||||||
Reference in New Issue
Block a user