mirror of
https://github.com/fmang/opustags.git
synced 2025-07-13 20:45:26 +02:00
fix release ci install path
This commit is contained in:
committed by
Frédéric Mangano
parent
c74e19922f
commit
6c0d4fc297
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -36,9 +36,9 @@ jobs:
|
||||
- name: CMake build
|
||||
run: |
|
||||
mkdir build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=./build/usr -S .
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr -S .
|
||||
make
|
||||
make install
|
||||
make install DESTDIR=./build
|
||||
|
||||
- name: Create control file
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user