Fix path for uploading artifacts. Allow manual dispatch

This commit is contained in:
Pat Hartl 2023-04-05 17:54:34 -05:00
parent defa423a6d
commit afeb6e207a
2 changed files with 3 additions and 1 deletions

View file

@ -12,6 +12,7 @@ on:
paths:
- 'LANCommander.Playnite.Extension/**'
- 'LANCommander.SDK/**'
workflow_dispatch:
jobs:
build:
@ -31,4 +32,4 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v3.1.2
with:
path: Build
path: LANCommander.Playnite.Extension/Build

View file

@ -14,6 +14,7 @@ on:
- 'LANCommander/**'
- 'LANCommander.PCGamingWiki/**'
- 'LANCommander.SDK/**'
workflow_dispatch:
jobs:
build: