Remove Gitea workflow

Signed-off-by: Kouya Heika <kouyaheika@canithesis.org>
This commit is contained in:
2025-12-14 01:50:46 -06:00
parent fc1cd0e0b4
commit 28120f1a0e

View File

@@ -1,18 +0,0 @@
name: Inventory Packaging
on: [push]
jobs:
package:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Processing assets
run: bash make-all.sh
- name: Packaging
run: cd out && zip -r ../inventory-assets.zip .
- name: Upload
uses: christopherhx/gitea-upload-artifact@v4
with:
name: inventory-assets.zip
path: inventory-assets.zip