Skip to content

Commit

Permalink
chg - Fixed powershell commands
Browse files Browse the repository at this point in the history
---

Type: chg
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 18, 2024
1 parent f6db843 commit 30458f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prepdraft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 30458f0

Please sign in to comment.