From c549ead5c3b4d39d88229e89f5a23730a280cd83 Mon Sep 17 00:00:00 2001 From: Cedric Guillemet <1312968+CedricGuillemet@users.noreply.github.com> Date: Thu, 23 Nov 2023 15:40:19 +0100 Subject: [PATCH] Fix typo is publish artifact name (#619) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ebe3bf4a6..6996f2b8b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -156,7 +156,7 @@ jobs: - name: Download Assembled-BaseKit-Windows 0.70 Folder uses: actions/download-artifact@v2 with: - name: 'Assembled-Windows0.70' + name: 'Assembled-BaseKit-Windows0.70' path: Package/Assembled-BaseKit-Windows0.70 - name: Download Assembled-BaseKit-Windows 0.71 Folder uses: actions/download-artifact@v2