ci: fix source tarball copy for release-tag

This commit is contained in:
Mitchell Hashimoto
2025-09-15 09:12:30 -07:00
parent 60aa53d5e2
commit 6634afc358

View File

@@ -100,8 +100,10 @@ jobs:
- name: Create Tarball
run: |
rm -rf zig-out/dist
nix develop -c zig build distcheck
cp zig-out/dist/ghostty-${GHOSTTY_VERSION}.tar.gz .
cp zig-out/dist/ghostty-${GHOSTTY_VERSION}.tar.gz ghostty-source.tar.gz
- name: Sign Tarball
run: |