Fix windows.yml

This commit is contained in:
Hassan DRAGA 2023-11-22 15:28:13 -05:00 committed by GitHub
parent dd03c9f28d
commit c9e17a3eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,8 @@ jobs:
artifact=webui-${{ runner.os }}-${{ matrix.compiler }}-x64
# Convert to lowercase (`,,` ^= lowercase shell param)
artifact=${artifact,,}
# Create the directory for the artifact
mkdir $artifact
# Add the ARTIFACT name as GitHub environment variable.
echo "ARTIFACT=$artifact" >> $GITHUB_ENV
mv dist/* $artifact/