ci gitea actions v1
Some checks failed
CI / testsuite (mysql, 8.2, ) (push) Successful in 5m12s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 5m21s
CI / testsuite (mysql, 8.4, ) (push) Failing after 8m48s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 5m13s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 4m46s
CI / testsuite (pgsql, 8.4, ) (push) Failing after 8m58s
CI / Coding Standard & Static Analysis (push) Failing after 4m3s
CI / testsuite (sqlite, 8.4, ) (push) Failing after 7m29s
Some checks failed
CI / testsuite (mysql, 8.2, ) (push) Successful in 5m12s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 5m21s
CI / testsuite (mysql, 8.4, ) (push) Failing after 8m48s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 5m13s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 4m46s
CI / testsuite (pgsql, 8.4, ) (push) Failing after 8m58s
CI / Coding Standard & Static Analysis (push) Failing after 4m3s
CI / testsuite (sqlite, 8.4, ) (push) Failing after 7m29s
This commit is contained in:
17
.gitea/workflows/release.yaml
Normal file
17
.gitea/workflows/release.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Release
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user