fix tar command?
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 23s

This commit is contained in:
Eau
2026-04-11 03:05:36 -05:00
parent 5c347ab685
commit 3bb7219589

View File

@@ -64,9 +64,7 @@ jobs:
- name: Build Quartz
run: npx quartz build
working-directory: quartz
- run: ls -alR
working-directory: quartz/public
- run: tar -czfv www.tar.gz -C quartz public
- run: tar czf www.tar.gz -C quartz public
- uses: akkuman/gitea-release-action@v1
with:
tag_name: ${{env.CURRENT_VERSION}}