We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd03c9f commit c9e17a3Copy full SHA for c9e17a3
.github/workflows/windows.yml
@@ -62,6 +62,8 @@ jobs:
62
artifact=webui-${{ runner.os }}-${{ matrix.compiler }}-x64
63
# Convert to lowercase (`,,` ^= lowercase shell param)
64
artifact=${artifact,,}
65
+ # Create the directory for the artifact
66
+ mkdir $artifact
67
# Add the ARTIFACT name as GitHub environment variable.
68
echo "ARTIFACT=$artifact" >> $GITHUB_ENV
69
mv dist/* $artifact/
0 commit comments