mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-07-23 13:45:05 +02:00
Correct CI
This commit is contained in:
parent
ecabaf629a
commit
004139eacc
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -16,8 +16,10 @@ jobs:
|
|||||||
|
|
||||||
- name: install_deps
|
- name: install_deps
|
||||||
run: make install_deps
|
run: make install_deps
|
||||||
- name: build_appimage
|
- name: build_appimage_x64
|
||||||
run: make build_appimage
|
run: make build_appimage_x64
|
||||||
|
- name: build_appimage_amd64
|
||||||
|
run: make build_appimage_amd64
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user