Skip to content

Add ci script to build the package #1

Add ci script to build the package

Add ci script to build the package #1

Workflow file for this run

name: CI
on: push
jobs:
ci:
runs-on: ubuntu-latest
timeout-minutes: 10
env:
CI: true
steps:
- name: Checkout ${{ github.sha }}
uses: actions/checkout@v3
- name: Package
run: ./package.sh
- name: Publish artifact
uses: actions/upload-artifact@v4
with:
name: package
path: package.zip