Commit 76ab2bc
authored
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
...
```1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
606 | 606 | | |
607 | 607 | | |
608 | 608 | | |
609 | | - | |
| 609 | + | |
610 | 610 | | |
611 | 611 | | |
612 | 612 | | |
| |||
0 commit comments