Compare commits
2 Commits
3aab541d9c
...
cce24d2f46
| Author | SHA1 | Date | |
|---|---|---|---|
| cce24d2f46 | |||
| 9d7828a714 |
16
.gitea/workflows/release.yml
Normal file
16
.gitea/workflows/release.yml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
on:
|
||||||
|
- push
|
||||||
|
jobs:
|
||||||
|
ReleaseSrc:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout repo
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: True
|
||||||
|
- name: Release Archive
|
||||||
|
uses: https://gitea.com/actions/gitea-release-action
|
||||||
|
with:
|
||||||
|
files: ./*
|
||||||
|
sha256sum: True
|
||||||
|
|
||||||
Reference in New Issue
Block a user