diff --git a/.github/workflows/access-token-management-ci.yml b/.github/workflows/access-token-management-ci.yml index 6ee9dd7c..7a7f30d9 100644 --- a/.github/workflows/access-token-management-ci.yml +++ b/.github/workflows/access-token-management-ci.yml @@ -53,4 +53,10 @@ jobs: path: access-token-management/test/Tests/TestResults/Test.trx reporter: dotnet-trx fail-on-error: true - fail-on-empty: true \ No newline at end of file + 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/ \ No newline at end of file