[ci] Zip up emacs download
/ doom (push) Failing after 1m3s Details

This commit is contained in:
Sebastian Schulze 2024-04-12 17:35:49 +02:00
parent 46cdd12c11
commit f1d454bb28
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ jobs:
path: |
/root/.emacs.d
key: ${{ steps.cache-doom-restore.outputs.cache-primary-key }}
- run: "tar cfz emacs.d.tar.gz /root/.emacs.d"
- uses: actions/upload-artifact@v4
with:
name: emacs-d
path: /root/.emacs.d
path: emacs.d.tar.gz