explo(ghactions): -
This commit is contained in:
parent
16f663627b
commit
5d8416cdc2
12
.github/workflows/dist.yml
vendored
Normal file
12
.github/workflows/dist.yml
vendored
Normal 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
|
Loading…
Reference in a new issue