Add Gitea Action workflow
Signed-off-by: Kouya Heika <kouyaheika@canithesis.org>
This commit is contained in:
17
.gitea/workflows/package.yaml
Normal file
17
.gitea/workflows/package.yaml
Normal file
@@ -0,0 +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
|
||||||
Reference in New Issue
Block a user