Compare commits

..

1 Commits

Author SHA1 Message Date
VC
cff1655404 test: ci pipeline
All checks were successful
release / build (push) Successful in 25s
2025-02-28 18:52:41 +01:00

View File

@@ -16,10 +16,8 @@ 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.tar.gz"
artifacts: public/
allowUpdates: true