fix(monorepo/electron): upload path

This commit is contained in:
Elian Doran 2025-04-19 10:45:11 +03:00
parent 8a8c8e17f1
commit 1041b337f3
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ jobs:
prerelease: true
draft: false
fail_on_unmatched_files: true
files: upload/*.*
files: apps/desktop/upload/*.*
tag_name: nightly
name: Nightly Build

View File

@ -58,7 +58,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: release-desktop-${{ matrix.os.name }}-${{ matrix.arch }}
path: upload/*.*
path: apps/desktop/upload/*.*
build_server:
name: Build Linux Server