From a9841f21f530fb74b62ea3614aa5ddcba714c6f0 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 22 May 2020 23:34:06 +0200 Subject: [PATCH] Include the group host binaries in the artifacts --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec90a0c4..40511ec5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,8 +51,8 @@ jobs: set -e mkdir yabridge - # This is ran under dash which does not support brace expansion - cp build/libyabridge.so build/yabridge-host.exe build/yabridge-host.exe.so build/yabridge-host-32.exe build/yabridge-host-32.exe.so yabridge + # This gets run under dash which does not support brace expansion + cp build/libyabridge.so build/yabridge-host.exe build/yabridge-host.exe.so build/yabridge-host-32.exe build/yabridge-host-32.exe.so build/yabridge-group.exe build/yabridge-group.exe.so build/yabridge-group-32.exe build/yabridge-group-32.exe.so yabridge cp CHANGELOG.md README.md yabridge tar -caf "$ARCHIVE_NAME" yabridge @@ -94,8 +94,8 @@ jobs: set -e mkdir yabridge - # This is ran under dash which does not support brace expansion - cp build/libyabridge.so build/yabridge-host.exe build/yabridge-host.exe.so build/yabridge-host-32.exe build/yabridge-host-32.exe.so yabridge + # This gets run under dash which does not support brace expansion + cp build/libyabridge.so build/yabridge-host.exe build/yabridge-host.exe.so build/yabridge-host-32.exe build/yabridge-host-32.exe.so build/yabridge-group.exe build/yabridge-group.exe.so build/yabridge-group-32.exe build/yabridge-group-32.exe.so yabridge cp CHANGELOG.md README.md yabridge tar -caf "$ARCHIVE_NAME" yabridge