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 69b522b commit edb174aCopy full SHA for edb174a
1 file changed
.github/workflows/build.yml
@@ -45,6 +45,7 @@ jobs:
45
run: dotnet pack --no-build -c Release /p:PackageOutputPath=${{env.BUILD_ARTIFACT_PATH}} /p:ContinuousIntegrationBuild=true -bl:${{env.BUILD_ARTIFACT_PATH}}/msbuild-pack.binlog
46
- name: Publish artifacts
47
uses: actions/upload-artifact@v2
48
+ if: always()
49
with:
50
name: ${{matrix.os}}
51
path: ${{env.BUILD_ARTIFACT_PATH}}
0 commit comments