Compare commits
1 Commits
9d5693e5ce
...
a774450a77
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a774450a77 |
@@ -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
|
||||||
- name: Upload artifacts
|
- run: tar -czf public-$(date -I).tar.gz public/
|
||||||
uses: actions/upload-artifact@v4
|
- name: Do release
|
||||||
|
uses: softprops/action-gh-release@v2
|
||||||
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
name: main
|
files: "*.tar.gz"
|
||||||
path: public/
|
|
||||||
|
Reference in New Issue
Block a user