fix(monorepo/electron): artifact searching

This commit is contained in:
Elian Doran
2025-04-19 10:35:07 +03:00
parent ba04fd31f3
commit 8a8c8e17f1
2 changed files with 132 additions and 132 deletions

View File

@@ -27,6 +27,6 @@ runs:
shell: bash
run: |
mkdir -p upload
file=$(find apps/server/dist -name '*.tar.xz' -print -quit)
file=$(find ./apps/server/dist -name '*.tar.xz' -print -quit)
name=${{ github.ref_name }}
cp "$file" "upload/TriliumNextNotes-Server-${name//\//-}-${{ inputs.os }}-${{ inputs.arch }}.tar.xz"