From 64635deeb380b1cb1dbb6ce86735c2870c6230eb Mon Sep 17 00:00:00 2001 From: Will G Date: Mon, 27 Nov 2023 19:41:49 -0500 Subject: [PATCH] Fix asset upload on release --- .github/workflows/release_created.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_created.yml b/.github/workflows/release_created.yml index 3778239..f653c2f 100644 --- a/.github/workflows/release_created.yml +++ b/.github/workflows/release_created.yml @@ -57,7 +57,7 @@ jobs: - name: Display structure of downloaded files run: ls -alR - name: Zip MacOS output - run: cd RBSAgent.app && mv RBSAgent.app RBSAgent zip -r9 RBSAgent RBSAgent.app && cd .. + run: cd RBSAgent.app && mv RBSAgent.app RBSAgent && zip -r9 RBSAgent RBSAgent.app && cd .. - name: Display structure of downloaded files run: ls -alR - name: Upload Release Asset Windows