Skip to content

Commit

Permalink
Update build_wed.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meikelm authored Jul 9, 2024
1 parent 329e4c4 commit 2438cb6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build_wed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 2438cb6

Please sign in to comment.