Skip to content

#45028ad a62c68c [tag switch] pub test index changes #296

#45028ad a62c68c [tag switch] pub test index changes

#45028ad a62c68c [tag switch] pub test index changes #296

Workflow file for this run

name: CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build abs package
run: |
make dist
- uses: actions/upload-artifact@v2
with:
name: abs-nightly-build
path: dist/*.tar.gz