Update .gitea/workflows/publish-release.yml
All checks were successful
Publish Docker image / Build and push Docker image to Gitea Registry (push) Successful in 18m31s
Publish release zip / build (push) Successful in 40s

This commit is contained in:
sim0n00ps 2026-02-27 00:25:50 +00:00
parent 0b149e2547
commit 3f51f469ab

View File

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