Update main.yml

This commit is contained in:
qwqdanchun 2023-04-16 10:16:39 +08:00 committed by GitHub
parent 76f66d3be1
commit 22c7dae50c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
run: nuget restore ChangeTimestamp\ChangeTimestamp.sln
- name: Build solution
run: msbuild -nologo -v:m -p:Configuration=${{ matrix.configuration }} ChangeTimestamp\ChangeTimestamp.csproj
run: msbuild -nologo -v:m -p:Configuration=${{ matrix.configuration }} ChangeTimestamp\ChangeTimestamp.sln
- name: Install 7Zip PowerShell Module
shell: powershell