We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890741f commit 993c4beCopy full SHA for 993c4be
1 file changed
.github/workflows/build.yml
@@ -40,9 +40,9 @@ jobs:
40
# We assume 'lha' is installed in the container
41
# Create single LHA archive
42
if [ ! -z "$VERSION" ]; then
43
- lha a -r "Host-Tools-${VERSION}.lha" host-run host-multiview host-shell
+ lha a "Host-Tools-${VERSION}.lha" host-run host-multiview host-shell
44
else
45
- lha a -r "Host-Tools-latest.lha" host-run host-multiview host-shell
+ lha a "Host-Tools-latest.lha" host-run host-multiview host-shell
46
fi
47
48
- name: Upload Artifacts
0 commit comments