From 00992ae7b9bcb19b0eccc474ab6b1e5d2dae781b Mon Sep 17 00:00:00 2001 From: Daniel Betancur <125151874+dbetancurdev@users.noreply.github.com> Date: Sat, 23 Nov 2024 10:39:16 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a544cb..8246d60 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,3 +9,9 @@ jobs: name: machineStandalone with: args: skims scan ./config.yaml + - name: artifact + if: always() + uses: actions/upload-artifact@v3 + with: + name: results + path: result.csv