mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +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.
|
||||
if: env.UPLOAD_ARTIFACT == 'true'
|
||||
shell: cmd
|
||||
run: |
|
||||
cd %REPO_NAME%\out\Debug
|
||||
mkdir artifact
|
||||
|
|
Loading…
Add table
Reference in a new issue