diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-26 23:16:15 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-26 23:16:15 +0100 |
| commit | 54c0949354590287dc745b6a2f86a5ea3dc7a734 (patch) | |
| tree | 583b9d55202fccf625dc203a9839ae82afd59886 /.github/workflows | |
| parent | 0632824b997965f2099676fa94e61b0314c2bd2b (diff) | |
Change echo path command in powershell
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-windows-package.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-windows-package.yml b/.github/workflows/build-windows-package.yml index 9522d018b..30c74c0bf 100644 --- a/.github/workflows/build-windows-package.yml +++ b/.github/workflows/build-windows-package.yml @@ -52,7 +52,7 @@ jobs: cp .libs//msys-jpgf-0.dll /c/tmp-dist/jpgf.dll cp jpgf.jar /c/tmp-dist - - run: echo %PATH% + - run: $Env:Path - shell: msys2 {0} run: echo $PATH |
