Commit 5245e68
committed
ci: fix package installation instructions in release notes
Replace wildcard patterns with version-specific filenames in Debian and RPM installation commands. Wildcard expansions fail when multiple package versions exist in download directory or when shell globbing is disabled.
Changes:
- Debian: dprs_*.deb → dprs_${{ github.ref_name }}_amd64.deb
- RPM: dprs-*.rpm → dprs-${{ github.ref_name }}-1.x86_64.rpm
Ensures wget downloads single file and dpkg/rpm receive exact filename without requiring shell expansion.1 parent 7a9fe66 commit 5245e68
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
327 | | - | |
| 326 | + | |
| 327 | + | |
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
333 | | - | |
| 332 | + | |
| 333 | + | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| |||
Loading
0 commit comments