Skip to content

Commit b125ff7

Browse files
arthurkehrwaldfreezy
authored andcommitted
Separate upload folder for each platform
1 parent 081fc99 commit b125ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
dotnet build -c Release -r ${{ matrix.rid }}
2929
- run: |
3030
mkdir tmp
31-
cp -r Dependencies/${{ matrix.rid }} tmp
31+
cp -r Dependencies/${{ matrix.rid }} tmp/${{ matrix.rid }}
3232
- uses: actions/upload-artifact@v4
3333
with:
3434
name: Dependencies
35-
path: tmp
35+
path: tmp/${{ matrix.rid }}
3636

3737
dispatch:
3838
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)