From e40a67906cec4c4934e8d07d001cfd9dc830749f Mon Sep 17 00:00:00 2001 From: TwinFan Date: Mon, 29 Jan 2024 00:30:16 +0100 Subject: [PATCH] Fix/Actions: Have to use different artifact names :( --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index efe34c6..fcb42b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: - name: Upload XPMP2 lib uses: actions/upload-artifact@v4 with: - name: XPMP2-lib + name: XPMP2-lib-lin path: deploy-lib/* # this way we keep the folder structure in the artifact if-no-files-found: error @@ -64,7 +64,7 @@ jobs: - name: Upload XPMP2 Framework uses: actions/upload-artifact@v4 with: - name: XPMP2-lib + name: XPMP2-lib-mac path: deploy-lib/* # this way we keep the folder structure in the artifact if-no-files-found: error @@ -89,6 +89,6 @@ jobs: - name: Upload XPMP2 lib uses: actions/upload-artifact@v4 with: - name: XPMP2-lib + name: XPMP2-lib-win path: deploy-lib/* # this way we keep the folder structure in the artifact if-no-files-found: error