rename deb packages
This commit is contained in:
parent
9cdce1aaa2
commit
a413307760
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/test-release.yml
vendored
2
.github/workflows/test-release.yml
vendored
@ -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
|
||||
Loading…
Reference in New Issue
Block a user