JT 1 year ago
parent
commit
afd2505418
  1. 4
      .github/workflows/build.yml

4
.github/workflows/build.yml

@ -24,7 +24,7 @@ jobs:
dotnet-version: '6.0.x' dotnet-version: '6.0.x'
- name: Install dependencies - name: Install dependencies
run: dotnet restore -p:PublishReadyToRun=true run: dotnet restore
- name: Build - name: Build
run: dotnet publish ./StabilityMatrix/StabilityMatrix.csproj -o out -c Release -r win-x64 -p:PublishSingleFile=true --self-contained true run: dotnet publish ./StabilityMatrix.Avalonia/StabilityMatrix.Avalonia.csproj -o out -c Release -r win-x64 -p:PublishSingleFile=true --self-contained true

Loading…
Cancel
Save