Delete .gitea/workflows/demo.yaml

This commit is contained in:
2025-12-10 10:40:38 +00:00
parent acf80a223a
commit 1d3a678333

View File

@@ -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