ci: make sure deploy folder is created on macOS

This commit is contained in:
itsmattkc
2022-09-18 00:38:32 -07:00
parent 5f1d03d746
commit 89edac10de
+4 -1
View File
@@ -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