From 2438cb63b84ae82fe89eed97e54e3cda6d4c10aa Mon Sep 17 00:00:00 2001 From: Michael Minnhaar Date: Tue, 9 Jul 2024 15:52:34 -0700 Subject: [PATCH] Update build_wed.yml --- .github/workflows/build_wed.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_wed.yml b/.github/workflows/build_wed.yml index cc9fc5eae..11cd84a91 100644 --- a/.github/workflows/build_wed.yml +++ b/.github/workflows/build_wed.yml @@ -28,7 +28,7 @@ jobs: - name: Archive build result uses: actions/upload-artifact@main with: - name: artefact-win + name: artifact-win path: msvc/WorldEditor/Release/WorldEditor.exe build-mac: @@ -41,7 +41,7 @@ jobs: - name: Checkout repo uses: actions/checkout@main with: - submodules: yes + submodules: no - name: Setup Credentials uses: apple-actions/import-codesign-certs@v2 with: @@ -65,7 +65,7 @@ jobs: - name: Archive build result uses: actions/upload-artifact@main with: - name: artefact-osx + name: artifact-osx path: build/WED.xcarchive/Products/Applications build-linux: @@ -91,7 +91,7 @@ jobs: - name: Archive build result uses: actions/upload-artifact@main with: - name: artefact-lin + name: artifact-lin path: build/Linux/release_opt/WED make-zips: @@ -102,6 +102,9 @@ jobs: uses: actions/checkout@main - name: get build results uses: actions/download-artifact@main + with: + pattern: artifact-* + merge-multiple: true - name: zip files run: | ls -l