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:
|
paths:
|
||||||
- 'LANCommander.Playnite.Extension/**'
|
- 'LANCommander.Playnite.Extension/**'
|
||||||
- 'LANCommander.SDK/**'
|
- 'LANCommander.SDK/**'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -31,4 +32,4 @@ jobs:
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3.1.2
|
uses: actions/upload-artifact@v3.1.2
|
||||||
with:
|
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/**'
|
||||||
- 'LANCommander.PCGamingWiki/**'
|
- 'LANCommander.PCGamingWiki/**'
|
||||||
- 'LANCommander.SDK/**'
|
- 'LANCommander.SDK/**'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Reference in a new issue