mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Fix yaml
This commit is contained in:
parent
5853fdb424
commit
e80350731d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -43,7 +43,8 @@ jobs:
|
||||||
run: nuget restore src/Greenshot.sln
|
run: nuget restore src/Greenshot.sln
|
||||||
|
|
||||||
- name: Build and package
|
- name: Build and package
|
||||||
run: &"C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\MSBuild.exe" src/Greenshot.sln /p:Configuration=Release
|
run: |
|
||||||
|
&"C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\MSBuild.exe" src/Greenshot.sln /p:Configuration=Release
|
||||||
|
|
||||||
- name: Copy Files to artifact staging directory
|
- name: Copy Files to artifact staging directory
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue