Skip to content

Commit

Permalink
commented archives
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbysunil14 committed Dec 18, 2024
1 parent b9c731f commit abc7592
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/run-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit abc7592

Please sign in to comment.