diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6db53a4..09176b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: - name: Collect release assets id: assets run: | - DEB=$(ls ../pvemod_${{ steps.version.outputs.version }}.deb) + DEB=$(ls ../pve-mods_${{ steps.version.outputs.version }}.deb) echo "deb=$DEB" >> "$GITHUB_OUTPUT" - name: Extract release notes from changelog diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 09bf8dd..407b044 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -47,6 +47,6 @@ jobs: - name: Upload deb as artifact uses: actions/upload-artifact@v4 with: - name: pvemod-test-build-${{ steps.collect.outputs.short_sha }} + name: pve-mods-test-build-${{ steps.collect.outputs.short_sha }} path: artifacts/*.deb retention-days: 3 \ No newline at end of file diff --git a/src/Scripts/pve-mod-configure b/src/Scripts/pve-mod-configure index 6c2ea1b..9911fb5 100644 --- a/src/Scripts/pve-mod-configure +++ b/src/Scripts/pve-mod-configure @@ -475,14 +475,14 @@ main() { local _version _version=$(dpkg-query -W -f='${Version}' pve-mod 2>/dev/null || echo "unknown") echo -e "\e[1;34m" - echo " ██████╗ ██╗ ██╗███████╗ ███╗ ███╗ ██████╗ ██████╗ " - echo " ██╔══██╗██║ ██║██╔════╝ ████╗ ████║██╔═══██╗██╔══██╗" - echo " ██████╔╝██║ ██║█████╗ ██╔████╔██║██║ ██║██║ ██║" - echo " ██╔═══╝ ╚██╗ ██╔╝██╔══╝ ██║╚██╔╝██║██║ ██║██║ ██║" - echo " ██║ ╚████╔╝ ███████╗ ██║ ╚═╝ ██║╚██████╔╝██████╔╝" - echo " ╚═╝ ╚═══╝ ╚══════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ " + echo " ██████╗ ██╗ ██╗███████╗ ███╗ ███╗ ██████╗ ██████╗ ███████╗" + echo " ██╔══██╗██║ ██║██╔════╝ ████╗ ████║██╔═══██╗██╔══██╗██╔════╝" + echo " ██████╔╝██║ ██║█████╗ ██╔████╔██║██║ ██║██║ ██║███████╗" + echo " ██╔═══╝ ╚██╗ ██╔╝██╔══╝ ██║╚██╔╝██║██║ ██║██║ ██║╚════██║" + echo " ██║ ╚████╔╝ ███████╗ ██║ ╚═╝ ██║╚██████╔╝██████╔╝███████║" + echo " ╚═╝ ╚═══╝ ╚══════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝" echo -e "\e[0m" - echo -e "\e[1m PVE-Mod Configurator \e[0;36mv${_version}\e[0m" + echo -e "\e[1m PVE-mods Configurator \e[0;36mv${_version}\e[0m" echo -e " Proxmox VE enhancement suite — hardware monitoring, GPU info & more\n" # ── Root check ────────────────────────────────────────────────────────────