chore(monorepo/ci): script failing due to dist change

This commit is contained in:
Elian Doran 2025-04-18 23:37:30 +03:00
parent 3f12483f29
commit 706a2ece5d
No known key found for this signature in database

View File

@ -27,6 +27,6 @@ runs:
shell: bash
run: |
mkdir -p upload
file=$(find 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"