Skip to content

Commit 3b0a4f8

Browse files
authored
Update windows.yml
1 parent f3b8bd0 commit 3b0a4f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/windows.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,23 @@ jobs:
2828

2929
- name: Preapre build
3030
run: |
31-
echo Create datetime
31+
echo "Create datetime"
3232
$current_date=$(Get-Date -Format 'yyyyMMdd')
3333
"current_date=$current_date" >> $env:GITHUB_ENV
3434
35-
echo Create git hash
35+
echo "Create git hash"
3636
$git_hash=$(git -C . rev-parse --short HEAD)
3737
"git_hash=$git_hash" >> $env:GITHUB_ENV
3838
39-
echo Create version
39+
echo "Create version"
4040
$file_version="$($current_date)_$($git_hash)"
4141
"file_version=$file_version" >> $env:GITHUB_ENV
4242
43-
echo Create a build directory
43+
echo "Create a build directory"
4444
cd ..\
4545
md build
4646
47-
REM Get all headers and DLLs for the build
47+
echo "Get all headers and DLLs for the build"
4848
git clone https://github.com/AlbrechtL/welle.io-win-libs.git
4949
5050
- name: Display environment variables

0 commit comments

Comments
 (0)