Compare commits

..

1 Commits

Author SHA1 Message Date
VC
63422b1635 test: ci pipeline
All checks were successful
release / build (push) Successful in 26s
2025-02-28 18:36:31 +01:00

View File

@@ -14,7 +14,10 @@ jobs:
uses: shalzz/zola-deploy-action@v0.20.0
env:
BUILD_ONLY: true
- name: Do release
uses: ncipollo/release-action@v1
- name: Create archive
run: tar -czf public.tar.gz public/
- name: Upload artifacts
uses: christopherhx/gitea-upload-artifact@v4
with:
artifacts: public.tar.gz
name: public
path: public.tar.gz