Skip to content

Commit

Permalink
Also upload the binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Oct 3, 2024
1 parent 903db9c commit e9bfac2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/sizestats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,13 @@ jobs:
dir src\${{ matrix.project }}\bin\Release\net9.0\win-x64\native\
- uses: actions/upload-artifact@v4
with:
retention-days: 1
name: summary-${{ matrix.project }}-${{ matrix.os }}-${{ matrix.flavor }}
path: ${{ matrix.project }}-${{ matrix.os }}.${{ matrix.flavor }}.txt
- uses: actions/upload-artifact@v4
with:
retention-days: 5
name: binaries-${{ matrix.project }}-${{ matrix.os }}-${{ matrix.flavor }}
path: src/${{ matrix.project }}/bin/Release/net9.0/${{ matrix.osrid }}-x64/native/*

msbuild:
needs: build
Expand Down Expand Up @@ -219,9 +223,13 @@ jobs:
dir src\${{ matrix.project.name }}\bin\x64\Release\net9.0-windows10.0.22621.0\win-x64\native\
- uses: actions/upload-artifact@v4
with:
retention-days: 1
name: summary-${{ matrix.project.name }}-windows-${{ matrix.flavor }}
path: ${{ matrix.project.name }}-windows.${{ matrix.flavor }}.txt
- uses: actions/upload-artifact@v4
with:
retention-days: 5
name: binaries-${{ matrix.project.name }}-windows-${{ matrix.flavor }}
path: src/${{ matrix.project.name }}/bin/x64/Release/net9.0-windows10.0.22621.0/win-x64/native/*

summarize:
needs: [dotnet, msbuild]
Expand Down

0 comments on commit e9bfac2

Please sign in to comment.