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