changed Path for sln
Some checks failed
Build ARM64 Linux / build-arm64 (push) Successful in 6m39s
Build Linux x64 / build-linux-x64 (push) Failing after 20s
Build Docker Linux x64 / build-docker-linux-x64 (push) Failing after 38s
Build Windows x64 / build-windows-x64 (push) Failing after 20s

This commit is contained in:
2025-12-09 23:24:59 +01:00
parent 92e3e1220f
commit d2162cc3c3

View File

@@ -17,10 +17,10 @@ jobs:
dotnet-version: '10.0.x'
- name: Restore dependencies
run: dotnet restore ./CouchLog/CouchLog/CouchLog.sln
run: dotnet restore ./CouchLog/CouchLog.sln
- name: Build ARM64 Linux
run: dotnet publish ./CouchLog/CouchLog/CouchLog.sln -c Release -r linux-arm64 --self-contained false -o ./artifacts/linux-arm64
run: dotnet publish ./CouchLog/CouchLog.sln -c Release -r linux-arm64 --self-contained false -o ./artifacts/linux-arm64
- name: Upload ARM64 artifact
uses: actions/upload-artifact@v3