Skip to content

Commit

Permalink
Upload nuget packages as build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jawilson committed Nov 20, 2023
1 parent 8e25eb0 commit cfc1aad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ jobs:
mkdir nupkgs
nuget.exe pack amazon-s3-gst-plugin.nuspec -Version ${{ steps.build_plugin.outputs.plugin_version }}.${{ github.run_number }} -OutputDirectory nupkgs
- name: Upload NuGet packages
uses: actions/upload-artifact@v3
with:
name: nuget-packages
path: 'nupkgs/*.nupkg'

- name: Publish
if: startsWith(github.ref, 'refs/tags/v')
run: |
Expand Down

0 comments on commit cfc1aad

Please sign in to comment.