[CHANGE] Workflow change path
Some checks failed
Build C# Library / build (push) Failing after 1m7s

This commit is contained in:
max
2025-08-02 16:05:36 +02:00
parent ac664f16ce
commit 525d82ca27

View File

@@ -27,7 +27,7 @@ jobs:
run: dotnet build --configuration Release run: dotnet build --configuration Release
- name: Pack - name: Pack
run: dotnet pack DotBased.csproj --configuration Release -o ./artifacts run: dotnet pack ./DotBased/DotBased.csproj --configuration Release -o ./artifacts
- name: Publish library to Gitea NuGet - name: Publish library to Gitea NuGet
run: | run: |