Skip to content

Commit

Permalink
Add chown step to make sure that we do not use weird username for ins…
Browse files Browse the repository at this point in the history
…talled files
  • Loading branch information
donhardman committed Nov 2, 2023
1 parent c3bc83f commit 45415d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
cp -rp build/share/modules/${{ env.APP_NAME }}/* .rpmpkg/usr/share/manticore/modules/${{ env.APP_NAME }}/
cp -r build/${{ env.APP_NAME }} .debpkg/usr/share/manticore/modules/${{ env.APP_NAME }}/bin/${{ env.APP_NAME }}
cp -r build/${{ env.APP_NAME }} .rpmpkg/usr/share/manticore/modules/${{ env.APP_NAME }}/bin/${{ env.APP_NAME }}
sudo chown -R root:root .debpkg
sudo chown -R root:root .rpmpkg
- uses: manticoresoftware/actions-build-deb-action@master
name: Build DEB packages
with:
Expand Down

0 comments on commit 45415d0

Please sign in to comment.