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