mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix artifact uploading in Windows action
This commit is contained in:
parent
0bd2d951fb
commit
e5ad35125c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/win.yml
vendored
1
.github/workflows/win.yml
vendored
|
@ -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…
Add table
Reference in a new issue