Remove Gitea workflow
Signed-off-by: Kouya Heika <kouyaheika@canithesis.org>
This commit is contained in:
@@ -1,18 +0,0 @@
|
|||||||
name: Inventory Packaging
|
|
||||||
on: [push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
package:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Processing assets
|
|
||||||
run: bash make-all.sh
|
|
||||||
- name: Packaging
|
|
||||||
run: cd out && zip -r ../inventory-assets.zip .
|
|
||||||
- name: Upload
|
|
||||||
uses: christopherhx/gitea-upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: inventory-assets.zip
|
|
||||||
path: inventory-assets.zip
|
|
||||||
Reference in New Issue
Block a user