explo(ghactions): -

This commit is contained in:
Piotr Grabowski 2022-09-12 16:47:23 +02:00
parent 16f663627b
commit 5d8416cdc2

12
.github/workflows/dist.yml vendored Normal file
View file

@ -0,0 +1,12 @@
---
name: dist
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