Compare commits
1 Commits
cff1655404
...
f275b01691
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f275b01691 |
@@ -16,8 +16,10 @@ 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
|
||||||
|
- name: Create archive
|
||||||
|
run: tar -czf public.tar.gz public/
|
||||||
- name: Do release
|
- name: Do release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: public/
|
artifacts: "public.tar.gz"
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
|
Reference in New Issue
Block a user