Skip to content

Commit a983668

Browse files
committed
github: fix release workflow #2
1 parent 8d6c1a1 commit a983668

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build_and_release.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,7 @@ jobs:
6666
uses: vimtor/[email protected]
6767
with:
6868
files: >
69-
build/install/include/
70-
build/install/lib/
71-
build/install/bin/
72-
build/install/cmake/
73-
build/install/demo/
69+
build/install/
7470
dest: ${{ matrix.release_zip }}
7571
- name: release
7672
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)