Skip to content

Commit

Permalink
feat (github-actions.yml): upload generated nuget artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ksidirop-laerdal committed Mar 14, 2024
1 parent 7932a9b commit 64556db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,9 @@ jobs:
files: |
$Build_Repository_Folderpath/TestResults/**/TEST-*.xml
$Build_Repository_Folderpath/TestResults/**/TEST-*.trx
- name: '⬆️ Upload Artifacts' # to share with other workflows https://stackoverflow.com/a/77663335/863651
uses: actions/upload-artifact@v3
with:
name: 'NuGet Packages'
path: '$(Build.ArtifactStagingDirectory)/Artifacts/**/*.nupkg'

0 comments on commit 64556db

Please sign in to comment.