Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: include payload only in osx-arm64 tarball (#1458)
Only include the payload (binaries) in the tar.gz archive for osx-arm64. Previously this was including the parent directory that captured the payload, pkg, and symbol subdirectories and children. The osx-x64 tar.gz archive is already correctly only containing the payload. **Illustration of discrepancy** ```text % tree -L 1 gcm-osx-arm64-2.4.0 gcm-osx-arm64-2.4.0 ├── payload ├── pkg └── symbols 4 directories, 0 files % tree -L 1 gcm-osx-x64-2.4.0 gcm-osx-x64-2.4.0 ├── Atlassian.Bitbucket.dll ├── Avalonia.Base.dll ├── Avalonia.Controls.dll ├── Avalonia.DesignerSupport.dll ├── Avalonia.Desktop.dll ├── Avalonia.Dialogs.dll ├── Avalonia.FreeDesktop.dll ├── Avalonia.Markup.Xaml.dll ... ```
- Loading branch information