Skip to content

Commit 79fccad

Browse files
authored
Update create-release.yml
1 parent 57f3484 commit 79fccad

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,10 @@ jobs:
4646
run: dotnet build --no-restore --configuration Release $env:Solution_Path
4747

4848
- name: Build Playnite
49-
run: |
50-
ref/PlayniteRepo/build/build.ps1
49+
run: msbuild ref\PlayniteRepo\source\Playnite.sln /p:Configuration=Release /p:Platform=x86 /t:Build
5150

5251
- name: pack GameJolLibrary
53-
run: |
54-
ref/PlayniteRepo/build/Release/Toolbox.exe pack build/Release build/pack
52+
run: ref/PlayniteRepo\source\Tools\Playnite.Toolbox\bin\x86\Release\Toolbox.exe pack build/Release build/pack
5553

5654
- name: Upload artifact for deployment job
5755
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)