Skip to content

Commit

Permalink
github: fix release workflow #2
Browse files Browse the repository at this point in the history
  • Loading branch information
mporsch committed Dec 14, 2024
1 parent 8d6c1a1 commit a983668
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,7 @@ jobs:
uses: vimtor/action-zip@v1.2
with:
files: >
build/install/include/
build/install/lib/
build/install/bin/
build/install/cmake/
build/install/demo/
build/install/
dest: ${{ matrix.release_zip }}
- name: release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit a983668

Please sign in to comment.