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 3e8473e commit d96f04aCopy full SHA for d96f04a
.github/workflows/main.yml
@@ -48,3 +48,9 @@ jobs:
48
49
- name: Create NuGet package
50
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