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