Compare commits
1 Commits
76c7740547
...
c9365ebc48
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c9365ebc48 |
@@ -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"
|
||||||
|
Reference in New Issue
Block a user