Try to fix packaging

fix-squashed-planets
tomangelo 2022-09-13 21:03:14 +02:00 committed by GitHub
parent 0693aa5e1e
commit afbf687255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: