mirror of
https://github.com/Radiquum/YAMPD.git
synced 2025-09-05 05:55:40 +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"
|
- name: "[Publish] Upload GUI Artifact"
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "YAMPD-gui"
|
name: "YAMPD-gui-linux"
|
||||||
path: "./dist/gui"
|
path: "./dist/yamcpack"
|
||||||
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-linux"
|
||||||
path: "./dist/cli"
|
path: "./dist/yamcpack-cli"
|
||||||
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