diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c7e7cdf2..bff1365c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,5 +19,5 @@ jobs: - name: Upload build uses: actions/upload-artifact@v2 with: - name: code-for-ibmi-pr-build + name: vscode-db2i-release-build path: ./*.vsix \ No newline at end of file diff --git a/package.json b/package.json index 4980ee2a..0fc2393c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-db2i", "displayName": "Db2 for IBM i", "description": "Db2 for IBM i tools in VS Code", - "version": "0.0.2", + "version": "0.0.3", "engines": { "vscode": "^1.61.0" },