8282 - uses : actions/checkout@v4
8383
8484 - name : create tmp directory
85- run : mkdir /tmp/customfetch-0.9.0 .orig
85+ run : mkdir /tmp/customfetch-0.9.2 .orig
8686
8787 - name : Install Packages
8888 run : |
@@ -97,20 +97,20 @@ jobs:
9797
9898 - name : Create deb
9999 run : |
100- cp -r $GITHUB_WORKSPACE /tmp/customfetch-0.9.0 .orig
101- cd /tmp/customfetch-0.9.0 .orig/customfetch
100+ cp -r $GITHUB_WORKSPACE /tmp/customfetch-0.9.2 .orig
101+ cd /tmp/customfetch-0.9.2 .orig/customfetch
102102 mkdir -p Debian/Debhelper/Buildsystem/
103103 wget https://github.com/Debian/debhelper/raw/master/lib/Debian/Debhelper/Buildsystem/makefile.pm -O Debian/Debhelper/Buildsystem/make.pm
104104 sed -i "s#package Debian::Debhelper::Buildsystem::makefile#package Debian::Debhelper::Buildsystem::make#g" Debian/Debhelper/Buildsystem/make.pm
105105 sed -i "s#DEBUG=0#DEBUG=0 CXX=x86_64-linux-gnu-g++-10#g" debian/rules
106106 dpkg-buildpackage -us -uc
107- mv ../customfetch_0.9.0 -1_amd64.deb ../customfetch_amd64.deb
107+ mv ../customfetch_0.9.2 -1_amd64.deb ../customfetch_amd64.deb
108108
109109 - name : Upload to github artifacts
110110 uses : actions/upload-artifact@v3
111111 with :
112112 name : customfetch-deb-pkg
113- path : /tmp/customfetch-0.9.0 .orig/customfetch_amd64.deb
113+ path : /tmp/customfetch-0.9.2 .orig/customfetch_amd64.deb
114114
115115 build-deb-gui :
116116 runs-on : ubuntu-20.04
@@ -119,7 +119,7 @@ jobs:
119119 - uses : actions/checkout@v4
120120
121121 - name : create tmp directory
122- run : mkdir /tmp/customfetch-0.9.0 .orig
122+ run : mkdir /tmp/customfetch-0.9.2 .orig
123123
124124 - name : Install Packages
125125 run : |
@@ -134,20 +134,20 @@ jobs:
134134
135135 - name : Create deb
136136 run : |
137- cp -r $GITHUB_WORKSPACE /tmp/customfetch-0.9.0 .orig
138- cd /tmp/customfetch-0.9.0 .orig/customfetch
137+ cp -r $GITHUB_WORKSPACE /tmp/customfetch-0.9.2 .orig
138+ cd /tmp/customfetch-0.9.2 .orig/customfetch
139139 mkdir -p Debian/Debhelper/Buildsystem/
140140 wget https://github.com/Debian/debhelper/raw/master/lib/Debian/Debhelper/Buildsystem/makefile.pm -O Debian/Debhelper/Buildsystem/make.pm
141141 sed -i "s#package Debian::Debhelper::Buildsystem::makefile#package Debian::Debhelper::Buildsystem::make#g" Debian/Debhelper/Buildsystem/make.pm
142142 sed -i "s#GUI_MODE=0#GUI_MODE=1 CXX=x86_64-linux-gnu-g++-10#g" debian/rules
143143 dpkg-buildpackage -us -uc
144- mv ../customfetch_0.9.0 -1_amd64.deb ../customfetch-gui_amd64.deb
144+ mv ../customfetch_0.9.2 -1_amd64.deb ../customfetch-gui_amd64.deb
145145
146146 - name : Upload to github artifacts
147147 uses : actions/upload-artifact@v3
148148 with :
149149 name : customfetch-gui-deb-pkg
150- path : /tmp/customfetch-0.9.0 .orig/customfetch-gui_amd64.deb
150+ path : /tmp/customfetch-0.9.2 .orig/customfetch-gui_amd64.deb
151151
152152 release :
153153 name : Create GitHub Release
0 commit comments