Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
make directory ss folder
  • Loading branch information
aliorhun authored Oct 7, 2020
1 parent 36cd15e commit 6656fb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
find ./ -type f ! -regex '.*?DEBIAN.*' -exec md5sum {} \; > packages/DEBIAN/md5sums
echo """chmod +x /usr/local/bin/yusufreis
cp /usr/share/hvl/yusufreis/apps.gsettings-yusufreis.gschema.xml /usr/share/glib-2.0/schemas/
glib-compile-schemas /usr/share/glib-2.0/schemas/""" > packages/DEBIAN/postinst
glib-compile-schemas /usr/share/glib-2.0/schemas/
mkdir -p '/usr/share/hvl/yusufreis/ss/'" > packages/DEBIAN/postinst
chmod +x packages/DEBIAN/postinst
version=$(date +'%Y%m%d-%H%M%S')
dpkg-deb -Zgzip --build ./packages yusufreis_$version.deb
Expand Down

0 comments on commit 6656fb8

Please sign in to comment.