fix/ci: upload artifact file path

This commit is contained in:
Kentai Radiquum 2025-06-25 16:08:56 +05:00
parent 46f0674302
commit 5b532e8e16
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -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