Skip to content

Commit

Permalink
publish düzenlemeleri
Browse files Browse the repository at this point in the history
  • Loading branch information
zekiahmetbayar committed Sep 7, 2020
1 parent aad39aa commit 8b58a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo """
#!/bin/bash
python3 /usr/share/valf/bin/valf.py
""" > /usr/local/bin/valf
""" > src/usr/local/bin/valf
find ./src -type f ! -regex '.*?DEBIAN.*' -exec md5sum {} \; > src/DEBIAN/md5sums
echo "chmod +x /usr/local/bin/valf" > src/DEBIAN/postinst
Expand Down

0 comments on commit 8b58a17

Please sign in to comment.