We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e816f commit 7fec429Copy full SHA for 7fec429
1 file changed
.github/workflows/action.yml
@@ -34,6 +34,18 @@ jobs:
34
cmake -B build
35
cmake --build build
36
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
49
deploy-gh-pages:
50
runs-on: ubuntu-latest
51
steps:
0 commit comments