diff --git a/.github/workflows/release_created.yml b/.github/workflows/release_created.yml index ee53b13..3778239 100644 --- a/.github/workflows/release_created.yml +++ b/.github/workflows/release_created.yml @@ -53,11 +53,11 @@ jobs: runs-on: ubuntu-latest needs: [pyinstaller-build] steps: - - name: Checkout code - uses: actions/checkout@v2 - uses: actions/download-artifact@v3 + - name: Display structure of downloaded files + run: ls -alR - name: Zip MacOS output - run: zip -r9 RBSAgent.app RBSAgent.app/RBSAgent.app + 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