Skip to content

Commit a187f80

Browse files
authored
Update create-release.yml
1 parent c7f397d commit a187f80

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121

2222
env:
2323
Solution_Path: src/GameJoltLibrary.sln
24+
Playnite_Solution_Path: ref\PlayniteRepo\source\Playnite.sln
2425
DOTNET_NOLOGO: true
2526
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
2627

@@ -44,9 +45,11 @@ jobs:
4445
run: dotnet restore $env:Solution_Path
4546
- name: Build GameJoltLibrary
4647
run: dotnet build --no-restore --configuration Release $env:Solution_Path
47-
48+
49+
- name: Restore dependencies Playnite
50+
run: dotnet restore $env:Playnite_Solution_Path
4851
- name: Build Playnite
49-
run: msbuild ref\PlayniteRepo\source\Playnite.sln /p:Configuration=Release /p:Platform=x86 /t:Build
52+
run: msbuild $env:Playnite_Solution_Path /p:Configuration=Release /p:Platform=x86 /t:Build
5053

5154
- name: pack GameJolLibrary
5255
run: ref/PlayniteRepo\source\Tools\Playnite.Toolbox\bin\x86\Release\Toolbox.exe pack build/Release build/pack

0 commit comments

Comments
 (0)