Skip to content

Commit

Permalink
- Upload compiled nupkg file from GitHub Runner to Action output
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Nov 20, 2024
1 parent 73b43a1 commit 323abb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,9 @@ jobs:
files: "*.nupkg"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Upload NuGet package to Action output
uses: actions/upload-artifact@v4
with:
path: "*.nupkg"


0 comments on commit 323abb0

Please sign in to comment.