Skip to content

Commit edb174a

Browse files
committed
Always upload artifacts
1 parent 69b522b commit edb174a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
run: dotnet pack --no-build -c Release /p:PackageOutputPath=${{env.BUILD_ARTIFACT_PATH}} /p:ContinuousIntegrationBuild=true -bl:${{env.BUILD_ARTIFACT_PATH}}/msbuild-pack.binlog
4646
- name: Publish artifacts
4747
uses: actions/upload-artifact@v2
48+
if: always()
4849
with:
4950
name: ${{matrix.os}}
5051
path: ${{env.BUILD_ARTIFACT_PATH}}

0 commit comments

Comments
 (0)