Compare commits

..

1 Commits

Author SHA1 Message Date
VC
f275b01691 test: ci pipeline
Some checks failed
release / build (push) Has been cancelled
2025-02-28 18:54:19 +01:00

View File

@@ -16,8 +16,10 @@ jobs:
uses: shalzz/zola-deploy-action@v0.20.0
env:
BUILD_ONLY: true
- name: Create archive
run: tar -czf public.tar.gz public/
- name: Do release
uses: ncipollo/release-action@v1
with:
artifacts: public/
artifacts: "public.tar.gz"
allowUpdates: true