Skip to content

Commit

Permalink
Fix license for rpm extra builds
Browse files Browse the repository at this point in the history
  • Loading branch information
djklim87 committed Oct 3, 2024
1 parent 4ae58d4 commit b512d50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,9 @@ jobs:
mkdir -p .debpkg/usr/share/manticore
mkdir -p .rpmpkg/usr/bin
mkdir -p .rpmpkg/usr/share/manticore
cp -p extra.notice .debpkg/usr/share/manticore/manticore-${{ env.EXTRA_NAME }}.notice
cp -p extra.notice .rpmpkg/usr/share/manticore/manticore-${{ env.EXTRA_NAME }}.notice
cp -p extra.notice .debpkg/usr/share/manticore/${{ env.EXTRA_NAME }}.notice
cp -p extra.notice .rpmpkg/usr/share/manticore/${{ env.EXTRA_NAME }}.notice
cp -p extra.notice .rpmpkg/usr/share/${{ env.EXTRA_NAME }}-LICENSE
- uses: manticoresoftware/actions-build-deb-action@master
name: Build DEB packages
with:
Expand Down

0 comments on commit b512d50

Please sign in to comment.