Skip to content

Commit

Permalink
Make sure all binaries/executables are stored, download them in UDK job
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Nov 21, 2023
1 parent ebf02af commit 8e2989c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ jobs:
build/*.a
build/*.lib
build/*.so
build/uscript_msgbuf_generator
build/umb_echo_server
build-and-test-with-udk:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/udk-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
name: umb-generated-uscript-windows-latest-${{ matrix.build_type }}
path: tests/out/

- name: Download UMB executables
uses: actions/download-artifact@vc3
with:
name: umb-generator-executable-windows-latest-${{ matrix.build_type }}
path: build/

- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 8e2989c

Please sign in to comment.