From 70093980663187cc6d75704f5d66f6591624ae60 Mon Sep 17 00:00:00 2001 From: Will Johnson Date: Mon, 13 Mar 2023 02:37:17 -0500 Subject: [PATCH] Mappings must be a separate artifact --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index c72af22..2af5975 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -85,7 +85,7 @@ jobs: - name: Upload One Line OlToPurviewMappings Build Artifact uses: actions/upload-artifact@v3 with: - name: FunctionZip + name: Mappings path: ~/artifact-mappings/one-line-mappings.json runIntegrationTests: