Compare commits

..

1 Commits

Author SHA1 Message Date
VC
9d5693e5ce test: ci pipeline
Some checks failed
release / build (push) Failing after 22s
2025-02-28 18:32:14 +01:00

View File

@@ -14,9 +14,8 @@ 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
- run: tar -czf public-$(date -I).tar.gz public/ - name: Upload artifacts
- name: Do release uses: actions/upload-artifact@v4
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with: with:
files: "*.tar.gz" name: main
path: public/