Compare commits

..

1 Commits

Author SHA1 Message Date
VC
6f8b807cd4 test: ci pipeline
Some checks failed
release / build (push) Failing after 26s
2025-02-28 17:01:41 +01:00

View File

@@ -14,7 +14,8 @@ jobs:
uses: shalzz/zola-deploy-action@v0.20.0
env:
BUILD_ONLY: true
- run: tar -czvf bac-public-$(date -I).tar.gz public/
- name: Do release
uses: softprops/action-gh-release@v2
uses: actions/upload-artifact@v4
with:
files: public/
path: "*.tar.gz"