2022-09-12 14:47:23 +00:00
|
|
|
---
|
|
|
|
name: dist
|
2022-09-12 14:52:49 +00:00
|
|
|
on: push
|
2022-09-12 14:47:23 +00:00
|
|
|
jobs:
|
|
|
|
dist:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- run: make dist
|
|
|
|
- uses: actions/upload-artifact@v3
|
|
|
|
with:
|
|
|
|
name: dist-package
|
|
|
|
path: target/Gomics*.zip
|