Skip to content

Commit 993c4be

Browse files
committed
Fix: remove unsupported -r flag from lha command
1 parent 890741f commit 993c4be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
# We assume 'lha' is installed in the container
4141
# Create single LHA archive
4242
if [ ! -z "$VERSION" ]; then
43-
lha a -r "Host-Tools-${VERSION}.lha" host-run host-multiview host-shell
43+
lha a "Host-Tools-${VERSION}.lha" host-run host-multiview host-shell
4444
else
45-
lha a -r "Host-Tools-latest.lha" host-run host-multiview host-shell
45+
lha a "Host-Tools-latest.lha" host-run host-multiview host-shell
4646
fi
4747
4848
- name: Upload Artifacts

0 commit comments

Comments
 (0)