We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863d2a2 commit 286ce7cCopy full SHA for 286ce7c
1 file changed
.github/workflows/release-tag.yml
@@ -799,7 +799,7 @@ jobs:
799
if: matrix.kind == 'rpm'
800
run: |
801
set -euo pipefail
802
- dnf install -y ./package-input/*.rpm
+ dnf install -y ./package-input/openshell-[0-9]*.rpm ./package-input/openshell-gateway-*.rpm
803
openshell-gateway --version
804
805
# ---------------------------------------------------------------------------
0 commit comments