From 7cc5607740e4a442c8f9e3c6952b25ae1a1671c6 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:30:09 +0100 Subject: [PATCH] fix --- .github/workflows/profiling.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/profiling.yaml b/.github/workflows/profiling.yaml index 0ae7dfb0d..6ca09f9dc 100644 --- a/.github/workflows/profiling.yaml +++ b/.github/workflows/profiling.yaml @@ -116,6 +116,12 @@ jobs: print(error_message) # Print error to terminal ' + - name: Upload profiling diff artifact + uses: actions/upload-artifact@v3 + with: + name: profiling-diff + path: profiling_diff.txt + # Post results to the pull request # - name: Post profiling results to PR # uses: actions/github-script@v6