From 5bc292819bf453e3e656adc35c3136a9e717a765 Mon Sep 17 00:00:00 2001 From: dany Date: Sat, 27 Jul 2024 00:48:58 +0200 Subject: [PATCH] Update .gitea/workflows/autotools-cross.yml --- .gitea/workflows/autotools-cross.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/autotools-cross.yml b/.gitea/workflows/autotools-cross.yml index 986bb91..df0cb7b 100644 --- a/.gitea/workflows/autotools-cross.yml +++ b/.gitea/workflows/autotools-cross.yml @@ -36,7 +36,7 @@ jobs: autoconf automake --add-missing ./configure $HOST --prefix=/usr - DESTDIR=build make install + DESTDIR=$(realpath build) make install - name: Save artifact uses: actions/upload-artifact@v3 with: