Remove dotnet 8 setup
Some checks failed
Publish Docker image / Push docker image to registry (push) Failing after 4s
Publish release zip / build (push) Failing after 7s

This commit is contained in:
sim0n00ps 2025-05-04 17:29:17 +01:00
parent 0dcd38e0ab
commit b4834bafe6

View File

@ -13,11 +13,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup .NET 8.x
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.x
- name: Show .NET version
run: dotnet --version