Skip to content

Commit d96f04a

Browse files
committed
Upload build artifact
1 parent 3e8473e commit d96f04a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,9 @@ jobs:
4848

4949
- name: Create NuGet package
5050
run: dotnet pack ./HttpBinding/HttpBinding.csproj -c Release -o ${{ env.OUTPUT_PATH }} /p:VersionPrefix=${{ steps.gitversion.outputs.nuGetVersionV2 }}
51+
52+
- name: Upload a Build Artifact
53+
uses: actions/upload-artifact@v2
54+
with:
55+
name: Package ${{ steps.gitversion.outputs.nuGetVersionV2 }}
56+
path: ${{ env.OUTPUT_PATH }}

0 commit comments

Comments
 (0)