File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,8 +205,7 @@ jobs:
205205 mv windows-x86_64/*-setup.exe windows-x86_64/Adapt-setup.exe
206206 mv windows-x86_64/*-setup.exe.sig windows-x86_64/Adapt-setup.exe.sig
207207 mv linux-x86_64/*.AppImage linux-x86_64/Adapt.AppImage
208- mv linux-x86_64/*.AppImage.tar.zst linux-x86_64/Adapt.AppImage.tar.zst
209- mv linux-x86_64/*.AppImage.tar.zst.sig linux-x86_64/Adapt.AppImage.tar.zst.sig
208+ mv linux-x86_64/*.AppImage.sig linux-x86_64/Adapt.AppImage.sig
210209 mv linux-x86_64/*.deb linux-x86_64/Adapt.deb
211210 rm -rf linux-x86_64/*_amd64
212211
@@ -247,8 +246,8 @@ jobs:
247246 "url": "https://download.adapt.chat/webclient/windows-x86_64/Adapt-setup.exe"
248247 },
249248 "linux-x86_64": {
250- "signature": open('linux-x86_64/Adapt.AppImage.tar.zst. sig', 'r').read(),
251- "url": "https://download.adapt.chat/webclient/linux-x86_64/Adapt.AppImage.tar.zst "
249+ "signature": open('linux-x86_64/Adapt.AppImage.sig', 'r').read(),
250+ "url": "https://download.adapt.chat/webclient/linux-x86_64/Adapt.AppImage"
252251 }
253252 }
254253 })
You can’t perform that action at this time.
0 commit comments