perf: update release-linux.yaml

This commit is contained in:
tiny-craft 2023-08-18 17:58:13 +08:00
parent 803c9c1a50
commit 2a25d242d7
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ jobs:
cd build/linux
mv tiny-rdm_0.0.0_amd64 "tiny-rdm_${{ steps.normalise_version.outputs.version }}_amd64"
sed -i 's/0.0.0/${{ steps.normalise_version.outputs.version }}/g' "tiny-rdm_${{ steps.normalise_version.outputs.version }}_amd64/DEBIAN/control"
dpkg-deb --build "tiny-rdm_${{ steps.normalise_version.outputs.version }}_amd64"
dpkg-deb --build -zXZ "tiny-rdm_${{ steps.normalise_version.outputs.version }}_amd64"
- name: Upload release asset
shell: bash