fix workflow formatting
Signed-off-by: Kouya Heika <kouyaheika@canithesis.org>
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user