From 506365c171562471c004299b233db78c614ff2f8 Mon Sep 17 00:00:00 2001 From: Philip Gichuhi Date: Tue, 13 Aug 2024 18:00:16 +0300 Subject: [PATCH] Fix artifact Id in release package validation workflow --- .github/workflows/preview-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-and-release.yml b/.github/workflows/preview-and-release.yml index 8687d61cc02..6ed2a99b616 100644 --- a/.github/workflows/preview-and-release.yml +++ b/.github/workflows/preview-and-release.yml @@ -156,4 +156,4 @@ jobs: - name: Inspect contents of local Maven cache shell: pwsh run: | - .\scripts\validatePackageContents.ps1 -ArtifactId msgraph-beta-sdk-java -Version $env:PACKAGE_VERSION + .\scripts\validatePackageContents.ps1 -ArtifactId microsoft-graph-beta -Version $env:PACKAGE_VERSION