mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
Fix windows.yml
This commit is contained in:
parent
dd03c9f28d
commit
c9e17a3eb0
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user