use bash for script execution instead
Some checks failed
Inventory Packaging / package (push) Failing after 54s

Signed-off-by: Kouya Heika <kouyaheika@canithesis.org>
This commit is contained in:
2025-08-08 05:43:33 -05:00
parent 60d2f4629a
commit 4abe78f428

View File

@@ -8,7 +8,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Processing assets
run: sh make-all.sh
run: bash make-all.sh
- name: Packaging
run: zip -r inventory-assets.zip out/
- name: Upload