File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 - name : Create artifact
112112 uses : actions/upload-artifact@v2
113113 with :
114- name : SofaPython3_${{ env.GIT_BRANCH }}_${SOFA_OS}
114+ name : SofaPython3_${{ env.GIT_BRANCH }}_SOFA-${{ env.sofa_branch }} _${{ env. SOFA_OS } }
115115 path : install
116116
117117 tests :
@@ -172,7 +172,7 @@ jobs:
172172 - name : Install SP3
173173 uses : actions/download-artifact@v2
174174 with :
175- name : SofaPython3_${{ env.GIT_BRANCH }}_${SOFA_OS}
175+ name : SofaPython3_${{ env.GIT_BRANCH }}_SOFA-${{ env.sofa_branch }} _${{ env. SOFA_OS } }
176176 path : SofaPython3
177177
178178 - name : Binding.Sofa.Tests
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 - name : Create artifact
112112 uses : actions/upload-artifact@v2
113113 with :
114- name : SofaPython3_${{ env.GIT_BRANCH }}_${SOFA_OS}
114+ name : SofaPython3_${{ env.GIT_BRANCH }}_SOFA-${{ env.sofa_branch }} _${{ env. SOFA_OS } }
115115 path : install
116116
117117 tests :
@@ -172,7 +172,7 @@ jobs:
172172 - name : Install SP3
173173 uses : actions/download-artifact@v2
174174 with :
175- name : SofaPython3_${{ env.GIT_BRANCH }}_${SOFA_OS}
175+ name : SofaPython3_${{ env.GIT_BRANCH }}_SOFA-${{ env.sofa_branch }} _${{ env. SOFA_OS } }
176176 path : SofaPython3
177177
178178 - name : Binding.Sofa.Tests
You can’t perform that action at this time.
0 commit comments