Skip to content

Commit

Permalink
Upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
damianh committed Oct 5, 2024
1 parent ee67107 commit b48458d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/access-token-management-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,13 @@ jobs:
path: access-token-management/test/Tests/TestResults/Test.trx
reporter: dotnet-trx
fail-on-error: true
fail-on-empty: true
fail-on-empty: true

- name: Upload artifacts
uses: actions/upload-artifact@v4
if: success() || failure() # run this step even if previous step failed
with:
path: access-token-management/artifacts/*.nupkg
compression-level: 0
overwrite: true
retention-days: 15

0 comments on commit b48458d

Please sign in to comment.