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