Add Gitea Action workflow

Signed-off-by: Kouya Heika <kouyaheika@canithesis.org>
This commit is contained in:
2025-08-08 05:15:46 -05:00
parent 8f00a867fd
commit 5067d21b67

View File

@@ -0,0 +1,17 @@
name: Inventory Packaging
jobs:
package:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Processing assets
run: sh make-all.sh
- name: Packaging
run: zip -r inventory-assets.zip out/
- name: Upload
uses: actions/upload-artifact@v4
with:
name: inventory-assets.zip
path: inventory-assets.zip