diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95e0b90b7..0e1239625 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,7 +86,7 @@ jobs: run: | mkdir -p upload file=$(find dist -name '*.tar.xz' -print -quit) - cp "$file" "upload/TriliumNextNotes-${{ github.ref_name }}-linux-x64.tar.xz" + cp "$file" "upload/TriliumNextNotes-${{ github.ref_name }}-server-linux-x64.tar.xz" - name: Publish release uses: softprops/action-gh-release@v2 with: