diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70bb4d661..5cfdb273b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -374,12 +374,15 @@ jobs: if: matrix.os-arch == 'x86_64' # ARM64 tests naturally won't be able to run on x86_64 runners - name: Create Package - working-directory: ${{ runner.workspace }}/build/deploy + working-directory: ${{ runner.workspace }}/build shell: bash run: | BUNDLE_NAME="Olive.app" brew install dylibbundler + mkdir deploy + cd deploy + mv ../app/$BUNDLE_NAME . mkdir $BUNDLE_NAME/Contents/Frameworks