mirror of https://github.com/procxx/kepka.git
Fix artifact uploading in Windows action
This commit is contained in:
parent
0bd2d951fb
commit
e5ad35125c
|
@ -350,6 +350,7 @@ jobs:
|
||||||
|
|
||||||
- name: Move artifact.
|
- name: Move artifact.
|
||||||
if: env.UPLOAD_ARTIFACT == 'true'
|
if: env.UPLOAD_ARTIFACT == 'true'
|
||||||
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
cd %REPO_NAME%\out\Debug
|
cd %REPO_NAME%\out\Debug
|
||||||
mkdir artifact
|
mkdir artifact
|
||||||
|
|
Loading…
Reference in New Issue