Fix macos build path in github action

This commit is contained in:
John Wesley 2024-01-18 15:47:49 -05:00
parent ffdb72fc5e
commit aaea87804e
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ jobs:
- name: Compress build for macOS - name: Compress build for macOS
if: matrix.target == 'macOS' if: matrix.target == 'macOS'
run: ditto -c -k --sequesterRsrc --keepParent interstellar.app $GITHUB_WORKSPACE/interstellar-macos-x86_64.zip run: ditto -c -k --sequesterRsrc --keepParent interstellar.app $GITHUB_WORKSPACE/dist/interstellar-macos.zip
working-directory: ${{ matrix.build_path }} working-directory: ${{ matrix.build_path }}
- name: Compress build for Windows - name: Compress build for Windows