Compare commits

..

1 Commits

Author SHA1 Message Date
VC
c9365ebc48 test: ci pipeline
Some checks failed
release / build (push) Failing after 0s
2025-02-28 17:58:59 +01:00

View File

@@ -14,7 +14,7 @@ jobs:
uses: shalzz/zola-deploy-action@v0.20.0
env:
BUILD_ONLY: true
- run: tar -czf public-$(date -I).tar.gz public/
- runs: tar -czf public-$(date -I).tar.gz public/
- name: Do release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')