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 4, 2024
1 parent b512d50 commit fc302ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ jobs:
mkdir -p .rpmpkg/usr/share/manticore
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
echo "" > .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 fc302ff

Please sign in to comment.