Try to fix packaging
parent
0693aa5e1e
commit
afbf687255
|
@ -103,7 +103,7 @@ jobs:
|
||||||
run: make -j `nproc`
|
run: make -j `nproc`
|
||||||
- name: Install
|
- name: Install
|
||||||
working-directory: build
|
working-directory: build
|
||||||
run: DESTDIR=. make package
|
run: DESTDIR=. sudo make package
|
||||||
- name: Upload build
|
- name: Upload build
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue