fix workflow formatting

Signed-off-by: Kouya Heika <kouyaheika@canithesis.org>
This commit is contained in:
Kouya Heika
2025-08-08 05:17:51 -05:00
parent 5067d21b67
commit 90240264d6

View File

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