Try to move binary to separate directory

fix-squashed-planets
tomangelo 2022-09-13 21:48:43 +02:00 committed by GitHub
parent 87ad81f891
commit 4ec0083cd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -101,6 +101,9 @@ jobs:
- name: Build
working-directory: build
run: make -j `nproc`
- name: Install
working-directory: build
run: make -j `nproc` install
- name: Upload build
uses: actions/upload-artifact@v2
with: