Skip to content

Commit

Permalink
Update build_wed.yml to use separate artfefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
meikelm authored Jul 9, 2024
1 parent 8c8c20b commit 329e4c4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 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: wed_release_build
name: artefact-win
path: msvc/WorldEditor/Release/WorldEditor.exe

build-mac:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Archive build result
uses: actions/upload-artifact@main
with:
name: wed_release_build
name: artefact-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: wed_release_build
name: artefact-lin
path: build/Linux/release_opt/WED

make-zips:
Expand All @@ -102,8 +102,6 @@ jobs:
uses: actions/checkout@main
- name: get build results
uses: actions/download-artifact@main
with:
name: wed_release_build
- name: zip files
run: |
ls -l
Expand Down

0 comments on commit 329e4c4

Please sign in to comment.