From 69ee2b0586065c79af4455a1d5dd8d0ea4c6c6cd Mon Sep 17 00:00:00 2001 From: Emad Adel <19177373+emadadel4@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:45:31 +0300 Subject: [PATCH] Update build.ps1 --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 8b1484e1..0783beb8 100644 --- a/build.ps1 +++ b/build.ps1 @@ -14,7 +14,7 @@ param ( [switch]$code, [string]$ProjectDir = $PSScriptRoot, [string]$localNodePath = "releasenotes.md", - [string]$NoteUrl = "http://localhost:1313/releasenotes.md" + [string]$NoteUrl = "https://raw.githubusercontent.com/emadadel4/ITT/refs/heads/update/releasenotes.md" )