fix tar command?
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 23s
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 23s
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user