Compare commits
1 Commits
63422b1635
...
de2593054c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
de2593054c |
20
.gitea/workflows/release.yml
Normal file
20
.gitea/workflows/release.yml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
name: release
|
||||||
|
|
||||||
|
on:
|
||||||
|
- push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout main
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Build only
|
||||||
|
uses: shalzz/zola-deploy-action@v0.20.0
|
||||||
|
env:
|
||||||
|
BUILD_ONLY: true
|
||||||
|
- name: Do release
|
||||||
|
uses: ncipollo/release-action@v1
|
||||||
|
with:
|
||||||
|
artifacts: public.tar.gz
|
Reference in New Issue
Block a user