Skip to content

Commit 7fec429

Browse files
committed
update workflows
1 parent 93e816f commit 7fec429

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/action.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ jobs:
3434
cmake -B build
3535
cmake --build build
3636
37+
- name: Package Binaries
38+
shell: bash
39+
run: |
40+
cd examples/build/bin
41+
tar -czvf binaries.tar.gz *
42+
43+
- name: Upload examples bin
44+
uses: actions/upload-artifact@v2
45+
with:
46+
name: examples-bin
47+
path: examples/build/bin/binaries.tar.gz
48+
3749
deploy-gh-pages:
3850
runs-on: ubuntu-latest
3951
steps:

0 commit comments

Comments
 (0)