use bash for script execution instead
Some checks failed
Inventory Packaging / package (push) Failing after 54s
Some checks failed
Inventory Packaging / package (push) Failing after 54s
Signed-off-by: Kouya Heika <kouyaheika@canithesis.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user