Compare commits

..

1 Commits

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

View File

@@ -14,8 +14,9 @@ jobs:
uses: shalzz/zola-deploy-action@v0.20.0 uses: shalzz/zola-deploy-action@v0.20.0
env: env:
BUILD_ONLY: true BUILD_ONLY: true
- name: Upload artifacts - run: tar -czf public-$(date -I).tar.gz public/
uses: actions/upload-artifact@v4 - name: Do release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with: with:
name: main files: "*.tar.gz"
path: public/