Skip to content

Commit

Permalink
ditto add --keepParent
Browse files Browse the repository at this point in the history
  • Loading branch information
stxh committed Jan 2, 2025
1 parent 017d4ee commit 4d7785d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ runs:
working-directory: ${{ inputs.app-working-directory }}
shell: bash
run: |
ditto -c -k ${{ inputs.app-working-directory }}/build/bin/ ${{ inputs.app-working-directory }}/build/bin/${{inputs.macos-build-name}}.app.zip
ditto -c -k --sequesterRsrc --keepParent ${{ inputs.app-working-directory }}/build/bin/${{inputs.macos-build-name}}.app ${{ inputs.app-working-directory }}/build/bin/${{inputs.macos-build-name}}.app.zip
- name: Building Installer
if: runner.os == 'macOS' && inputs.sign != 'false' && inputs.sign-macos-installer-id != '' && startsWith(github.ref, 'refs/tags/')
shell: bash
Expand Down

0 comments on commit 4d7785d

Please sign in to comment.