tar and upload file

This commit is contained in:
Grant 2025-03-16 16:16:23 -06:00
parent 66bda0c064
commit 4a553a6bc8

View File

@ -36,7 +36,11 @@ jobs:
hugo \
--gc \
--minify
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
- name: 'Tar files'
run: tar -cvf ${{gitea.ref}}.tar ./public
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
path: ./public
name: ${{gitea.ref}}.tar
path: ${{gitea.ref}}.tar