Skip to content

Commit

Permalink
fix permissions after inst
Browse files Browse the repository at this point in the history
  • Loading branch information
JM-Lemmi committed Nov 16, 2023
1 parent 6f1667f commit 374a3c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- name: Create debpkg structure
run: |
mkdir -p .debpkg/usr/bin/
cp aptrepo .debpkg/usr/bin
echo -e "#!/bin/sh\nchmod +x /usr/bin/apt-repo" > .debpkg/DEBIAN/postinst
cp apt-repo .debpkg/usr/bin
- uses: jiro4989/build-deb-action@v2
id: package
with:
Expand Down

0 comments on commit 374a3c0

Please sign in to comment.