From a41330776067835becc86cb4b93203eb42e8f036 Mon Sep 17 00:00:00 2001 From: Meliox Date: Sun, 7 Jun 2026 16:34:08 +0200 Subject: [PATCH] rename deb packages --- .github/workflows/release.yml | 2 +- .github/workflows/test-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e4ad29..6db53a4 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 ../pve-mod_${{ steps.version.outputs.version }}_all.deb) + DEB=$(ls ../pvemod_${{ 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 81c0762..d49bc52 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -44,6 +44,6 @@ jobs: - name: Upload deb as artifact uses: actions/upload-artifact@v4 with: - name: test-build-deb + name: pvemod-test-build-${{ github.sha }} path: artifacts/*.deb retention-days: 3 \ No newline at end of file