Correct CI
This commit is contained in:
parent
ecabaf629a
commit
004139eacc
|
@ -16,8 +16,10 @@ jobs:
|
|||
|
||||
- name: install_deps
|
||||
run: make install_deps
|
||||
- name: build_appimage
|
||||
run: make build_appimage
|
||||
- name: build_appimage_x64
|
||||
run: make build_appimage_x64
|
||||
- name: build_appimage_amd64
|
||||
run: make build_appimage_amd64
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue