diff --git a/.github/workflows/abstractions-java.yml b/.github/workflows/abstractions-java.yml index dddd63f47f..ba5b29d368 100644 --- a/.github/workflows/abstractions-java.yml +++ b/.github/workflows/abstractions-java.yml @@ -28,7 +28,7 @@ jobs: with: name: drop path: | - ${{ env.relativePath }}/build/libs/*.jar + ${{ env.relativePath }}/lib/build/libs/*.jar deploy: if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} environment: diff --git a/.github/workflows/core-java.yml b/.github/workflows/core-java.yml index 7315362536..5132fdbcee 100644 --- a/.github/workflows/core-java.yml +++ b/.github/workflows/core-java.yml @@ -31,7 +31,7 @@ jobs: with: name: drop path: | - ${{ env.relativePath }}/build/libs/*.jar + ${{ env.relativePath }}/lib/build/libs/*.jar deploy: if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} environment: diff --git a/core/typescript/package-lock.json b/core/typescript/package-lock.json index 8e43330ded..2f465c77bb 100644 --- a/core/typescript/package-lock.json +++ b/core/typescript/package-lock.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-core", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/core/typescript/package.json b/core/typescript/package.json index 0cfd48d046..39f32c121b 100644 --- a/core/typescript/package.json +++ b/core/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-core", - "version": "1.0.1", + "version": "1.0.2", "description": "core implementation for kiota abstractions", "main": "dist/index.js", "types": "dist/index.d.ts",