From 539b3c4281360780b9411e8a5fc837d66e62989e Mon Sep 17 00:00:00 2001 From: Martin Aaby Finnerup Date: Mon, 1 Apr 2024 15:27:48 +0200 Subject: [PATCH] Path correction. --- .github/workflows/sqltools-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sqltools-release.yml b/.github/workflows/sqltools-release.yml index 445f825..c2e38fd 100644 --- a/.github/workflows/sqltools-release.yml +++ b/.github/workflows/sqltools-release.yml @@ -55,5 +55,5 @@ jobs: uses: cezarypiatek/VsixPublisherAction@1.1 with: extension-file: SqlTools\bin\Release\SqlTools.vsix - publish-manifest-file: src\MappingGenerator.Vsix\publishManifest.json + publish-manifest-file: publishManifest.json personal-access-code: ${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }}