mirror of
https://github.com/Radiquum/YAMPD.git
synced 2025-09-05 05:55:40 +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
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "YAMPD-gui"
|
name: "YAMPD-gui"
|
||||||
path: "./gui"
|
path: "./dist/gui"
|
||||||
working-directory: ./dist
|
|
||||||
if-no-files-found: warn
|
if-no-files-found: warn
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
- name: "[Publish] Upload CLI Artifact"
|
- name: "[Publish] Upload CLI Artifact"
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "YAMPD-cli"
|
name: "YAMPD-cli"
|
||||||
path: "./cli"
|
path: "./dist/cli"
|
||||||
working-directory: ./dist
|
|
||||||
if-no-files-found: warn
|
if-no-files-found: warn
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue