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,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
- runs: tar -czf public-$(date -I).tar.gz public/
- name: Do release - name: Do release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
with: with:
files: public/ files: "*.tar.gz"