We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081fc99 commit b125ff7Copy full SHA for b125ff7
.github/workflows/build.yml
@@ -28,11 +28,11 @@ jobs:
28
dotnet build -c Release -r ${{ matrix.rid }}
29
- run: |
30
mkdir tmp
31
- cp -r Dependencies/${{ matrix.rid }} tmp
+ cp -r Dependencies/${{ matrix.rid }} tmp/${{ matrix.rid }}
32
- uses: actions/upload-artifact@v4
33
with:
34
name: Dependencies
35
- path: tmp
+ path: tmp/${{ matrix.rid }}
36
37
dispatch:
38
runs-on: ubuntu-latest
0 commit comments