From 30458f0dbd3133d40c67d84db22b4d4c69cf6128 Mon Sep 17 00:00:00 2001 From: Aptivi CEO Date: Sun, 18 Feb 2024 10:49:29 +0300 Subject: [PATCH] chg - Fixed powershell commands --- Type: chg Breaking: False Doc Required: False Part: 1/1 --- .github/workflows/prepdraft.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/prepdraft.yml b/.github/workflows/prepdraft.yml index de6bcae9..e1be9154 100644 --- a/.github/workflows/prepdraft.yml +++ b/.github/workflows/prepdraft.yml @@ -24,10 +24,10 @@ jobs: args: install docfx - name: Release Asset Preparation run: | - cd tools && build.cmd && cd .. - cd tools && pack.cmd && cd .. - cd tools && docgen.cmd && cd .. - cd tools && docgen-pack.cmd && cd .. + cd tools ; ./build.cmd ; cd .. + cd tools ; ./pack.cmd ; cd .. + cd tools ; ./docgen.cmd ; cd .. + cd tools ; ./docgen-pack.cmd ; cd .. - name: Release Draft Making uses: softprops/action-gh-release@v1 with: