We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3187f2d commit b2aecdeCopy full SHA for b2aecde
.github/workflows/build.yaml
@@ -103,7 +103,6 @@ jobs:
103
- name: Create Mac App bundle
104
if: ${{ matrix.targets.name == 'macos-intel' || matrix.targets.name == 'macos-arm'}}
105
run: |
106
- cd ./ui
107
cargo bundle --release --target ${{ matrix.targets.target }} --features macos-app-bundle
108
cp ${{ github.workspace }}/ext/ffmpeg/${{ matrix.targets.name }}/ffmpeg ${{ github.workspace }}/target/${{ matrix.targets.target }}/release/bundle/osx/Walksnail\ OSD\ Tool.app/Contents/MacOS/ffmpeg
109
cp ${{ github.workspace }}/ext/ffmpeg/${{ matrix.targets.name }}/ffprobe ${{ github.workspace }}/target/${{ matrix.targets.target }}/release/bundle/osx/Walksnail\ OSD\ Tool.app/Contents/MacOS/ffprobe
0 commit comments