Feat: add build workflow
All checks were successful
Build package / build-package (push) Successful in 32s

This commit is contained in:
2025-07-16 12:14:28 +08:00
parent b30bd9b6a8
commit f89ad552ab

View File

@@ -0,0 +1,13 @@
name: Build package
on: [push]
jobs:
build-package:
runs-on: pkgbuilder
env:
steps:
- name: Build and push package
uses: https://gitea.konchin.com/action/archbuild@main
with:
minio-accesskey: ${{ secrets.MINIO_ACCESSKEY }}
minio-secretkey: ${{ secrets.MINIO_SECRETKEY }}