mirror of
https://github.com/Radiquum/YAMPD.git
synced 2025-09-03 21:15:39 +05:00
fix/ci: upload artifact file path
This commit is contained in:
parent
46f0674302
commit
5b532e8e16
1 changed files with 2 additions and 4 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -46,16 +46,14 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "YAMPD-gui"
|
||||
path: "./gui"
|
||||
working-directory: ./dist
|
||||
path: "./dist/gui"
|
||||
if-no-files-found: warn
|
||||
retention-days: 14
|
||||
- name: "[Publish] Upload CLI Artifact"
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "YAMPD-cli"
|
||||
path: "./cli"
|
||||
working-directory: ./dist
|
||||
path: "./dist/cli"
|
||||
if-no-files-found: warn
|
||||
retention-days: 14
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue