From 263f72551959cef9b1e7b51d651a467e2de1dd32 Mon Sep 17 00:00:00 2001 From: Ceiridge Date: Thu, 31 Dec 2020 04:15:06 +0100 Subject: [PATCH] Fix: Github Actions workflow to avoid set-path --- .github/workflows/buildandrelease.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/buildandrelease.yml b/.github/workflows/buildandrelease.yml index 5b7f569..5b33e5b 100644 --- a/.github/workflows/buildandrelease.yml +++ b/.github/workflows/buildandrelease.yml @@ -40,8 +40,9 @@ jobs: dir - name: Add signtool to PATH + shell: powershell run: | - echo "::add-path::C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\" + echo "C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - name: Build with MSBuild shell: cmd