release candidate action: create proper .tar.gz for macos.

Previously this happened automatically, but now we get a zip
file with no containing directory?
This commit is contained in:
John MacFarlane
2026-08-28 15:10:48 -07:00
parent 916c2216ff
commit dfd654cf36
+3 -2
View File
@@ -137,9 +137,10 @@ jobs:
- name: Create release
run: |
sh macos/make_macos_release.sh
tar cvzf macos-x86_64.tar.gz macos-x86_64
- uses: actions/upload-artifact@v7
with:
name: macos-x86_64
path: macos-x86_64
name: macos-x86_64.tar.gz
path: macos-x86_64.tar.gz