chore(action): add release action

This commit is contained in:
Acbox
2026-02-01 04:38:37 +08:00
parent 0f402543fb
commit a7700e1959
+19
View File
@@ -0,0 +1,19 @@
name: Releases
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: ncipollo/release-action@v1
with:
artifacts: "release.tar.gz,foo/*.txt"
bodyFile: "body.md"