This commit is contained in:
jvyden 2021-10-19 23:49:29 -04:00
parent ff1b5c6917
commit 9121166139
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -32,7 +32,7 @@ jobs:
dotnet-version: "5.0.x"
- name: Compile for ${{ matrix.os.prettyName }}
run: dotnet publish -c ${{ matrix.os.configurationName }}
run: dotnet build -c ${{ matrix.os.configurationName }}
- uses: actions/upload-artifact@v2
with: