Don't bother trying to make an dmg.

This commit is contained in:
srcejon 2023-12-07 11:33:41 +00:00
parent 726fd98828
commit ebb0872092
1 changed files with 0 additions and 13 deletions

View File

@ -133,16 +133,3 @@ jobs:
run: |
cd build
make -j3
- name: Stop XProtectBehaviorService
run: |
echo "killing XProject as it can interfere with hdiutil"; sudo pkill -9 XProtect >/dev/null || true;
echo "waiting..."; while pgrep XProtect; do sleep 3; done;
- name: Build DMG
run: |
cd build
make package -j3
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: ${{ steps.get_filename.outputs.filename }}.dmg
path: ${{ github.workspace }}/build/${{ steps.get_filename.outputs.filename }}.dmg