Skip to content

fix #84: Improve packaging script to ensure we include all files #134

fix #84: Improve packaging script to ensure we include all files

fix #84: Improve packaging script to ensure we include all files #134

Workflow file for this run

on:
push: {}
name: Build
jobs:
build:
name: "Package"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- run: ./build/package.sh ./ ./dist
- uses: actions/upload-artifact@v4
with:
name: package
path: dist
test:
name: Test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- run: ./tests/run.sh