mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 22:13:23 -07:00
Use dotnet 4.x
This commit is contained in:
parent
12d7640925
commit
a7d5ac1504
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: Set up .NET
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: '5.x'
|
||||
dotnet-version: '4.x'
|
||||
|
||||
- name: Restore nuget packages and generate credential templates
|
||||
run: dotnet restore src/Greenshot.sln --configfile nuget.config --source https://api.nuget.org/v3/index.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue