mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-14 03:25:51 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user