ci: refactor linux workflow & build an alternative linux package for older distributions.

This commit is contained in:
ramanverma2k
2022-12-07 11:35:38 +05:30
parent 681d9028e3
commit 0643e93e94
3 changed files with 106 additions and 23 deletions

View File

@ -0,0 +1,4 @@
#!/bin/bash
if [ -e /usr/local/bin/appflowy ]; then
rm /usr/local/bin/appflowy
fi