mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(monorepo/electron): upload path
This commit is contained in:
parent
8a8c8e17f1
commit
1041b337f3
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
|||||||
prerelease: true
|
prerelease: true
|
||||||
draft: false
|
draft: false
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
files: upload/*.*
|
files: apps/desktop/upload/*.*
|
||||||
tag_name: nightly
|
tag_name: nightly
|
||||||
name: Nightly Build
|
name: Nightly Build
|
||||||
|
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: release-desktop-${{ matrix.os.name }}-${{ matrix.arch }}
|
name: release-desktop-${{ matrix.os.name }}-${{ matrix.arch }}
|
||||||
path: upload/*.*
|
path: apps/desktop/upload/*.*
|
||||||
|
|
||||||
build_server:
|
build_server:
|
||||||
name: Build Linux Server
|
name: Build Linux Server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user