Update LANCommander.PlaynitePlugin.yml
This commit is contained in:
parent
afeb6e207a
commit
7e235517a4
1 changed files with 13 additions and 1 deletions
|
@ -29,7 +29,19 @@ jobs:
|
|||
run: nuget restore LANCommander.sln
|
||||
- name: Build and Publish Library
|
||||
run: msbuild LANCommander.Playnite.Extension/LANCommander.PlaynitePlugin.csproj /p:Configuration=Release /p:OutputPath=Build
|
||||
- name: Download Playnite Release
|
||||
uses: robinraju/release-downloader@v1.7
|
||||
with:
|
||||
repository: JosefNemec/Playnite
|
||||
tag: 10.13
|
||||
fileName: Playnite1013.zip
|
||||
- name: Extract Playnite
|
||||
uses: montudor/action-zip@v1.0.0
|
||||
with:
|
||||
args: unzip -qq Playnite1013.zip -d Playnite
|
||||
- name: Run Playnite Toolbox
|
||||
run: Playnite/Toolbox.exe pack LANCommander.Playnite.Extension/Build .
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3.1.2
|
||||
with:
|
||||
path: LANCommander.Playnite.Extension/Build
|
||||
path: LANCommander.PlaynitePlugin_48e1bac7-e0a0-45d7-ba83-36f5e9e959fc_1_0.pext
|
||||
|
|
Loading…
Add table
Reference in a new issue