From 1d3a678333622cf2e4f234565a5c022da53c7eb5 Mon Sep 17 00:00:00 2001 From: Tomi Eckert Date: Wed, 10 Dec 2025 10:40:38 +0000 Subject: [PATCH] Delete .gitea/workflows/demo.yaml --- .gitea/workflows/demo.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .gitea/workflows/demo.yaml diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml deleted file mode 100644 index edaadf5..0000000 --- a/.gitea/workflows/demo.yaml +++ /dev/null @@ -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 \ No newline at end of file