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

This commit is contained in:
2025-07-26 17:25:27 +08:00
parent 6ee5ed33d2
commit 5dbe586954
2 changed files with 13 additions and 4 deletions

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 }}