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