Files
inventory/.gitea/workflows/package.yaml
Kouya Heika 28aa404c4b
Some checks failed
Inventory Packaging / package (push) Failing after 1m47s
correct workflow zip and artifact
Signed-off-by: Kouya Heika <kouyaheika@canithesis.org>
2025-08-08 05:54:52 -05:00

19 lines
454 B
YAML

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