File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182182 run : dotnet build ${{ matrix.slnf }} -c Release --no-restore --nologo -v:minimal -flp:logfile=build.log -p:CopyLocalLockFileAssemblies=true -bl:build.binlog
183183
184184 - name : Upload build logs
185- if : ${{ steps.build.outcome != 'skipped' }}
185+ if : ${{ always() }}
186186 uses : actions/upload-artifact@v4
187187 with :
188188 name : ${{ matrix.rid }}-build-logs
@@ -269,7 +269,7 @@ jobs:
269269 run : msbuild Sentry-CI-Build-Windows.slnf -t:Restore,Build -p:Configuration=Release --nologo -v:minimal -flp:logfile=msbuild.log -p:CopyLocalLockFileAssemblies=true -bl:msbuild.binlog
270270
271271 - name : Upload logs
272- if : ${{ steps.msbuild.outcome != 'skipped' }}
272+ if : ${{ always() }}
273273 uses : actions/upload-artifact@v4
274274 with :
275275 name : ${{ runner.os }}-msbuild-logs
You can’t perform that action at this time.
0 commit comments