Skip to content

Commit bde7fa2

Browse files
authored
Update release.yml (#74)
changing the github workflow again...
1 parent 2b7ebb9 commit bde7fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cmake .
3131
make
3232
mkdir -p installation/usr/local/bin
33-
cd src && make install DESTDIR=../installation
33+
make install DESTDIR=installation
3434
3535
- name: Extract version from github.ref
3636
id: extract_version

0 commit comments

Comments
 (0)