Skip to content

Commit 4cda8c0

Browse files
committed
CI: fix rpm build
1 parent 495ffd9 commit 4cda8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
Categories=Development;
198198
EOF
199199
fpm -s dir -t rpm -n revengi -v ${APP_VERSION#v} -C dist/rpm .
200-
mv revengi-${APP_VERSION#v}-1.x86_64.rpm RevEngi-Linux.rpm
200+
mv "$(ls revengi-*.x86_64.rpm)" RevEngi-Linux.rpm
201201
- name: Package AppImage
202202
run: |
203203
mkdir -p AppDir/usr/bin

0 commit comments

Comments
 (0)