fix(ci): remove redundant mv, dpkg-buildpackage already names the .deb correctly
Some checks failed
Build and Release .deb / build-deb (push) Failing after 22s

This commit is contained in:
enzo 2026-05-13 00:48:42 +02:00
parent fce1146ed8
commit d3fa7402db

View file

@ -53,7 +53,6 @@ jobs:
dpkg-buildpackage -us -uc -b -tc
mkdir -p dist
cp ../*.deb dist/
mv dist/full-updater_*.deb "dist/full-updater_${VERSION}_all.deb"
- name: Upload release asset
working-directory: /workspace/repo