Skip to content

Commit 6710591

Browse files
authored
Add upload of artifact to the build (#292)
- Closes #291
1 parent 6d8813e commit 6710591

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
- name: Nuget Pack
4747
run: dotnet pack --configuration ${{env.BUILD_CONFIGURATION}} --output "${{github.workspace}}/package/" ${{env.SOLUTION_PATH}} -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
4848

49+
- uses: actions/upload-artifact@v2
50+
with:
51+
name: Blockcore-${{env.VERSION}}-preview
52+
path: "${{github.workspace}}/package/"
53+
4954
- name: Release
5055
if: matrix.os == 'ubuntu-latest'
5156
uses: sondreb/action-release@master

0 commit comments

Comments
 (0)