@@ -38,21 +38,21 @@ jobs:
38
38
39
39
- name : Get Tracefile Player
40
40
if : steps.cache-tracefile-writer-fmu.outputs.cache-hit != 'true'
41
- run : git clone https://github.com/openMSL/sl-5-6-sl-5-6- osi-trace-file-writer.git
41
+ run : git clone https://github.com/openMSL/sl-5-6-osi-trace-file-writer.git
42
42
43
43
- name : Prepare C++ Build
44
44
if : steps.cache-tracefile-writer-fmu.outputs.cache-hit != 'true'
45
- working-directory : sl-5-6-sl-5-6- osi-trace-file-writer
45
+ working-directory : sl-5-6-osi-trace-file-writer
46
46
run : git submodule update --init && mkdir build
47
47
48
48
- name : Configure CMake
49
49
if : steps.cache-tracefile-writer-fmu.outputs.cache-hit != 'true'
50
- working-directory : sl-5-6-sl-5-6- osi-trace-file-writer/build
50
+ working-directory : sl-5-6-osi-trace-file-writer/build
51
51
run : cmake -DCMAKE_PREFIX_PATH:PATH=${DEPS_DIR}/protobuf/install ..
52
52
53
53
- name : Build C++
54
54
if : steps.cache-tracefile-writer-fmu.outputs.cache-hit != 'true'
55
- working-directory : sl-5-6-sl-5-6- osi-trace-file-writer/build
55
+ working-directory : sl-5-6-osi-trace-file-writer/build
56
56
run : cmake --build .
57
57
58
58
- name : Create FMU Directory
@@ -61,14 +61,14 @@ jobs:
61
61
62
62
- name : Copy Commit ID to Cache
63
63
if : steps.cache-tracefile-writer-fmu.outputs.cache-hit != 'true'
64
- working-directory : sl-5-6-sl-5-6- osi-trace-file-writer
64
+ working-directory : sl-5-6-osi-trace-file-writer
65
65
run : |
66
66
git rev-parse --short HEAD > commit-id.txt
67
67
cp commit-id.txt /tmp/tracefile_writer_fmu/commit-id.txt
68
68
69
69
- name : Copy Tracefile Writer FMU
70
70
if : steps.cache-tracefile-writer-fmu.outputs.cache-hit != 'true'
71
- working-directory : sl-5-6-sl-5-6- osi-trace-file-writer/build
71
+ working-directory : sl-5-6-osi-trace-file-writer/build
72
72
run : cp sl-5-6-osi-trace-file-writer.fmu /tmp/tracefile_writer_fmu/sl-5-6-osi-trace-file-writer.fmu
73
73
74
74
- name : Commit ID
0 commit comments