Skip to content

Commit 895ef0f

Browse files
committed
Fix artifact names
1 parent a5d7485 commit 895ef0f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)