Skip to content

Commit c9e17a3

Browse files
authored
Fix windows.yml
1 parent dd03c9f commit c9e17a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
artifact=webui-${{ runner.os }}-${{ matrix.compiler }}-x64
6363
# Convert to lowercase (`,,` ^= lowercase shell param)
6464
artifact=${artifact,,}
65+
# Create the directory for the artifact
66+
mkdir $artifact
6567
# Add the ARTIFACT name as GitHub environment variable.
6668
echo "ARTIFACT=$artifact" >> $GITHUB_ENV
6769
mv dist/* $artifact/

0 commit comments

Comments
 (0)