From 5dfa322acf2bb8f63c60ea701dddd425e39276ef Mon Sep 17 00:00:00 2001 From: Christopher Rabotin Date: Fri, 1 Sep 2023 00:24:16 -0600 Subject: [PATCH] Yaml syntax error ?! --- .github/workflows/performance.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/performance.yaml b/.github/workflows/performance.yaml index 34aac832..0fb6257a 100644 --- a/.github/workflows/performance.yaml +++ b/.github/workflows/performance.yaml @@ -56,10 +56,10 @@ jobs: cargo install flamegraph - name: Run flamegraph - run: flamegraph -o ~/flame-${{ matrix.test }}.svg -- ${{ steps.executable.outputs.exec }} ${{ matrix.test }} + run: flamegraph -o flame-${{ matrix.test }}.svg -- ${{ steps.executable.outputs.exec }} ${{ matrix.test }} - name: Upload python tests HTMLs uses: actions/upload-artifact@v3 with: name: flamegraph - path: *.svg + path: flame-*.svg