fix workflow formatting

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

View File

@@ -1,17 +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
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