We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee59f8 commit 8489511Copy full SHA for 8489511
.github/workflows/build-release.yaml
@@ -67,6 +67,12 @@ jobs:
67
--post-install postinstall.sh
68
-C package .
69
70
+ # Rename packages to ensure consistent naming
71
+ - name: Rename packages
72
+ run: |
73
+ mv blxrep_${{ env.VERSION }}_amd64.deb blxrep-${{ env.VERSION }}-amd64.deb
74
+ mv blxrep-${{ env.VERSION }}-1.x86_64.rpm blxrep-${{ env.VERSION }}-x86_64.rpm
75
+
76
# Upload to GitHub Release
77
- name: Upload Release Assets
78
if: github.event_name == 'release'
0 commit comments