adapted other Buildplatforms
Some checks failed
Some checks failed
This commit is contained in:
@@ -17,10 +17,10 @@ jobs:
|
||||
dotnet-version: '8.0.x'
|
||||
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
run: dotnet restore ./CouchLog/CouchLog.sln
|
||||
|
||||
- name: Build Windows x64
|
||||
run: dotnet publish -c Release -r win-x64 --self-contained true -o ./artifacts/windows-x64
|
||||
run: dotnet publish ./CouchLog/CouchLog.sln -c Release -r win-x64 --self-contained true -o ./artifacts/windows-x64
|
||||
|
||||
- name: Upload Windows artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user