Correct ci matrix

Nothing to see here...
This commit is contained in:
Luke 2021-12-03 00:28:14 +10:00 committed by GitHub
parent a9f0aa1219
commit ab676d5bc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,4 +40,4 @@ jobs:
run: dotnet nuget add source https://pkgs.dev.azure.com/MonoMod/MonoMod/_packaging/DevBuilds%40Local/nuget/v3/index.json -n DevBuilds@Local
- name: Produce build
run: dotnet publish -r ${{ matrix.mode }} -f net6.0 -c Release -p:PublishSingleFile=true --self-contained true
run: dotnet publish -r ${{ matrix.arch }} -f net6.0 -c Release -p:PublishSingleFile=true --self-contained true