File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,23 +28,23 @@ jobs:
28
28
29
29
- name : Preapre build
30
30
run : |
31
- echo Create datetime
31
+ echo " Create datetime"
32
32
$current_date=$(Get-Date -Format 'yyyyMMdd')
33
33
"current_date=$current_date" >> $env:GITHUB_ENV
34
34
35
- echo Create git hash
35
+ echo " Create git hash"
36
36
$git_hash=$(git -C . rev-parse --short HEAD)
37
37
"git_hash=$git_hash" >> $env:GITHUB_ENV
38
38
39
- echo Create version
39
+ echo " Create version"
40
40
$file_version="$($current_date)_$($git_hash)"
41
41
"file_version=$file_version" >> $env:GITHUB_ENV
42
42
43
- echo Create a build directory
43
+ echo " Create a build directory"
44
44
cd ..\
45
45
md build
46
46
47
- REM Get all headers and DLLs for the build
47
+ echo " Get all headers and DLLs for the build"
48
48
git clone https://github.com/AlbrechtL/welle.io-win-libs.git
49
49
50
50
- name : Display environment variables
You can’t perform that action at this time.
0 commit comments