Skip to content

Commit 9bbeb29

Browse files
arthurkehrwaldfreezy
authored andcommitted
Another patch for upload v4
1 parent b125ff7 commit 9bbeb29

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,17 @@ jobs:
3131
cp -r Dependencies/${{ matrix.rid }} tmp/${{ matrix.rid }}
3232
- uses: actions/upload-artifact@v4
3333
with:
34-
name: Dependencies
34+
name: Dependencies-${{ matrix.rid }}
3535
path: tmp/${{ matrix.rid }}
36+
merge:
37+
runs-on: ubuntu-latest
38+
needs: build
39+
steps:
40+
- name: Merge Artifacts
41+
uses: actions/upload-artifact/merge@v4
42+
with:
43+
name: Dependencies
44+
pattern: Dependencies-*
3645

3746
dispatch:
3847
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)