From abc75924edb36c3e14c8f09c57922f2e90517ae7 Mon Sep 17 00:00:00 2001 From: gilbysunil14 Date: Wed, 18 Dec 2024 14:22:50 +0530 Subject: [PATCH] commented archives --- .github/workflows/run-regression-tests.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/run-regression-tests.yml b/.github/workflows/run-regression-tests.yml index e80608dd..f9c137f9 100755 --- a/.github/workflows/run-regression-tests.yml +++ b/.github/workflows/run-regression-tests.yml @@ -43,14 +43,14 @@ jobs: run: bash ./src/test/resources/ci/scripts/exec.sh BUILD # Archive artifacts - - name: Archive artifacts - if: runner.os == 'linux' && matrix.targetVSCode == 'latest' - uses: actions/upload-artifact@v3 - with: - name: liberty-tools-vscode-${{ github.sha }} - path: ./**/*.vsix - if-no-files-found: warn - retention-days: 7 + #- name: Archive artifacts + # if: runner.os == 'linux' && matrix.targetVSCode == 'latest' + # uses: actions/upload-artifact@v3 + # with: + # name: liberty-tools-vscode-${{ github.sha }} + # path: ./**/*.vsix + # if-no-files-found: warn + # retention-days: 7 # Build the plugin. - name: 'Test: RunTests'