From 0cd30788aabb948cfe907e2ae40c2aaafbda6583 Mon Sep 17 00:00:00 2001 From: Yoland Y <4950057+yoland68@users.noreply.github.com> Date: Tue, 9 Jul 2024 18:24:37 -0700 Subject: [PATCH] Remove redundant upload artifact step --- action.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/action.yml b/action.yml index 10a220a..0c5a825 100644 --- a/action.yml +++ b/action.yml @@ -157,13 +157,6 @@ runs: name: output-files-${{ github.job }}-${{ inputs.os }}-${{inputs.workflow_name}}-${{ github.run_id }} path: ${{ github.workspace }}/output/** - - name: '[Unix] Upload Output Files' - uses: actions/upload-artifact@v4 - if: ${{ inputs.os != 'windows' && ( success() || failure() ) }} - with: - name: output-files-${{ github.job }}-${{ inputs.os }}-${{inputs.workflow_name}}-${{ github.run_id }} - path: ${{ github.workspace }}/output/** - - name: '[Unix] Upload log file' if: ${{ inputs.os != 'windows' && ( success() || failure() ) }} uses: actions/upload-artifact@v4