diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ddee38e..87200ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: - name: Build Packages run: | - make dist + make build - name: Upload Packages uses: actions/upload-artifact@v3 diff --git a/uninstall.sh b/uninstall.sh index d5e1b5f..e013945 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -7,7 +7,7 @@ PYTHON="/usr/bin/python3" user_check() { if [ $(id -u) -eq 0 ]; then - printf "Script should not be run as root. Try './install.sh'\n" + printf "Script should not be run as root. Try './uninstall.sh'\n" exit 1 fi }