Fix path for uploading artifacts. Allow manual dispatch
This commit is contained in:
parent
defa423a6d
commit
afeb6e207a
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
1
.github/workflows/LANCommander.yml
vendored
1
.github/workflows/LANCommander.yml
vendored
|
@ -14,6 +14,7 @@ on:
|
|||
- 'LANCommander/**'
|
||||
- 'LANCommander.PCGamingWiki/**'
|
||||
- 'LANCommander.SDK/**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Reference in a new issue