From e8ebff1e6b07dfaafff81ee7013bb019cbfe2075 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Wed, 9 Aug 2023 22:00:01 -0700 Subject: fix: :bug: add server/exe to .vscodeignore insteading of manually removing --- .github/workflows/main.yaml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to '.github') diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ef00302e..6111856d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -135,22 +135,7 @@ jobs: npm run test if: matrix.os != 'ubuntu-20.04' - # Package again and build+upload the .vsix - - - name: Remove exe directory (Windows) - run: | - FOR /F "tokens=5" %a IN ('netstat -ano ^| findstr "65432"') DO taskkill /PID %a /F - Remove-Item -Path "extension/server/exe" -Recurse -Force - if: matrix.os == 'windows-latest' - - - name: Remove exe directory (Mac/Linux) - run: rm -rf extension/server/exe - if: matrix.os != 'windows-latest' - - - name: Re-package the extension - run: | - cd extension - npm run package + # Upload .vsix artifact - name: Upload .vsix as an artifact uses: actions/upload-artifact@v2 -- cgit v1.2.3-70-g09d2