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 \ hugo \
--gc \ --gc \
--minify --minify
- name: Upload artifact - name: 'Tar files'
uses: actions/upload-pages-artifact@v3 run: tar -cvf ${{gitea.ref}}.tar ./public
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with: with:
path: ./public name: ${{gitea.ref}}.tar
path: ${{gitea.ref}}.tar