From d1d2c90d3c36264a052ed84a272abcb52c81224e Mon Sep 17 00:00:00 2001 From: EnderDev Date: Thu, 11 Mar 2021 11:56:06 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=20Fix=20location=20of=20release?= =?UTF-8?q?=20template=20for=20Windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2442b64c77..fdcd313467 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -171,7 +171,7 @@ jobs: version: "${{ env.DOT_VERSION }}-${{ env.SHORT_SHA }}" name: "Nightly v${{ env.DOT_VERSION }}" assets: '["Install Dot Browser ${{ env.DOT_VERSION }}.exe"]' - body_path: ".github/RELEASE_TEMPLATE.md" + body_path: "C:\\_work\\browser-ff\\browser-ff\\.github\\RELEASE_TEMPLATE.md" overwrite: true - name: Build webhook