Compare commits

...

1 Commits

Author SHA1 Message Date
Kouya Heika
28120f1a0e Remove Gitea workflow
Signed-off-by: Kouya Heika <kouyaheika@canithesis.org>
2025-12-14 01:50:46 -06:00

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