work in progress [might break]
This commit is contained in:
parent
658f46fffa
commit
30d7049838
|
@ -18,4 +18,10 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: Build docker images
|
||||
run: ./build.sh
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: dist
|
||||
path: |
|
||||
dist
|
||||
|
||||
|
|
Loading…
Reference in New Issue