ci: make sure deploy folder is created on macOS
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user