chore(nx/server): fix upload path

pull/1773/head
Elian Doran 2025-04-27 12:43:26 +07:00
parent 0784a71d79
commit bf98d92c23
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

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