diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46279aa..8b3fa6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,3 +42,10 @@ jobs: run: | npm install -g vsce npx vsce package + + # 8️⃣ Subir VSIX como artefacto + - name: Upload VSIX artifact + uses: actions/upload-artifact@v4 + with: + name: sql-helper-vsix + path: "*.vsix"